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>
|
||||
<and>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>sim/startup/season</property>
|
||||
<value>summer</value>
|
||||
|
@ -1002,7 +1002,7 @@ Shared parameters for various materials.
|
|||
<not>
|
||||
<property>sim/rendering/urban-shader</property>
|
||||
</not>
|
||||
</and>
|
||||
</condition>
|
||||
<name>BuiltUpCover</name>
|
||||
<name>Urban</name>
|
||||
<name>Construction</name>
|
||||
|
|
Loading…
Add table
Reference in a new issue