1
0
forked from 0ad/0ad

instancing.xml doesn't need shlight.vs (thanks to Philip for pointing it out)

This was SVN commit r3108.
This commit is contained in:
prefect 2005-11-06 17:36:58 +00:00
parent 124f7171bd
commit f160fe1469

View File

@ -4,6 +4,5 @@
<Shaders>
<Shader type="VERTEX_SHADER">shaders/instancing.vs</Shader>
<Shader type="VERTEX_SHADER">shaders/instancing_base.vs</Shader>
<Shader type="VERTEX_SHADER">shaders/shlight.vs</Shader>
</Shaders>
</Program>