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>
|
<PropertyList>
|
||||||
<name>Effects/landmass</name>
|
<name>Effects/landmass</name>
|
||||||
<inherits-from>Effects/terrain-default</inherits-from>
|
<inherits-from>Effects/terrain-default</inherits-from>
|
||||||
<parameters>
|
|
||||||
</parameters>
|
|
||||||
<technique n="9">
|
<technique n="9">
|
||||||
<predicate>
|
<predicate>
|
||||||
<and>
|
<and>
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<name>Effects/water</name>
|
<name>Effects/water</name>
|
||||||
<inherits-from>Effects/terrain-default</inherits-from>
|
<inherits-from>Effects/terrain-default</inherits-from>
|
||||||
<parameters>
|
|
||||||
</parameters>
|
|
||||||
<technique n="9">
|
<technique n="9">
|
||||||
<predicate>
|
<predicate>
|
||||||
<and>
|
<and>
|
||||||
|
|
Loading…
Add table
Reference in a new issue