Remove empty parameters sections from effects
They break inheritance of parameters from a parent
This commit is contained in:
parent
d7329ce4e0
commit
44ec84e6f6
2 changed files with 0 additions and 4 deletions
|
@ -2,8 +2,6 @@
|
|||
<PropertyList>
|
||||
<name>Effects/landmass</name>
|
||||
<inherits-from>Effects/terrain-default</inherits-from>
|
||||
<parameters>
|
||||
</parameters>
|
||||
<technique n="9">
|
||||
<predicate>
|
||||
<and>
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
<PropertyList>
|
||||
<name>Effects/water</name>
|
||||
<inherits-from>Effects/terrain-default</inherits-from>
|
||||
<parameters>
|
||||
</parameters>
|
||||
<technique n="9">
|
||||
<predicate>
|
||||
<and>
|
||||
|
|
Loading…
Reference in a new issue