Ticket #3705: 3705.diff

File 3705.diff, 667 bytes (added by Stan, 8 years ago)

Move back the texture into the variant tag.

  • binaries/data/mods/public/art/actors/flora/trees/dead_a_1.xml

    diff --git a/binaries/data/mods/public/art/actors/flora/trees/dead_a_1.xml
    index 09cd9c6..ad2f8f7 100644
    a b  
    77      <props>
    88        <prop actor="flora/tree_dead_a1_branches.xml" attachpoint="root"/>
    99      </props>
     10      <textures>
     11        <texture file="gaia/tree_dead.dds" name="baseTex"/>
     12      </textures>
    1013    </variant>
    11     <textures><texture file="gaia/tree_dead.dds" name="baseTex"/></textures>
    1214  </group>
    13 
    1415  <material>basic_trans_wind.xml</material>
    15 
    16 </actor>
     16</actor>
     17 No newline at end of file