mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Some have their editor configured to remove trailing whitespace and editing such a file would "fix" it, adding an unrelated change. Fix whitespace violations excluding third party libs and generated files like glad or patches. Enable pre-commit hook trailing-whitespace to enforce it in the future. Fixes: #8016 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
16 lines
349 B
XML
16 lines
349 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
<actor version="1">
|
|
|
|
<group>
|
|
<variant frequency="100" name="waterfall">
|
|
<animations/>
|
|
<mesh>test/waterfall.dae</mesh>
|
|
<props/>
|
|
<textures>
|
|
<texture file="temp/waterfall.png" name="baseTex"/>
|
|
</textures>
|
|
</variant>
|
|
</group>
|
|
<material>waterfall.xml</material>
|
|
|
|
</actor>
|