materials-dds.xml: Fixed missing condition element.
This commit is contained in:
parent
ccddda4ffd
commit
b027d3c4e8
1 changed files with 2 additions and 2 deletions
|
@ -994,7 +994,7 @@ Shared parameters for various materials.
|
||||||
</material>
|
</material>
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
<and>
|
<condition>
|
||||||
<equals>
|
<equals>
|
||||||
<property>sim/startup/season</property>
|
<property>sim/startup/season</property>
|
||||||
<value>summer</value>
|
<value>summer</value>
|
||||||
|
@ -1002,7 +1002,7 @@ Shared parameters for various materials.
|
||||||
<not>
|
<not>
|
||||||
<property>sim/rendering/urban-shader</property>
|
<property>sim/rendering/urban-shader</property>
|
||||||
</not>
|
</not>
|
||||||
</and>
|
</condition>
|
||||||
<name>BuiltUpCover</name>
|
<name>BuiltUpCover</name>
|
||||||
<name>Urban</name>
|
<name>Urban</name>
|
||||||
<name>Construction</name>
|
<name>Construction</name>
|
||||||
|
|
Loading…
Add table
Reference in a new issue