1
0
forked from 0ad/0ad

Fix material not using spectex in b8131a0f09

Noticed by @Langbart

This was SVN commit r27026.
This commit is contained in:
Stan 2022-08-03 15:41:43 +00:00
parent d6d137bf5d
commit 1e46b6f7e7

View File

@ -11,9 +11,6 @@
<prop actor="props/units/weapons/crossbow/han_juezhang.xml" attachpoint="weapon_L"/>
<prop actor="props/units/quiver_back_bamboo.xml" attachpoint="back"/>
</props>
<textures>
<texture file="skeletal/han/lamellar_02_spec.png" name="specTex"/>
</textures>
</variant>
</group>
<group>
@ -62,5 +59,5 @@
<variant file="biped/gather_praise.xml"/>
<variant file="biped/death_infantry.xml"/>
</group>
<material>player_trans.xml</material>
<material>player_trans_spec.xml</material>
</actor>