Environment: fix wave-enabled logic
Input element was incorrectly specified and hence always false
This commit is contained in:
parent
3fccf08abe
commit
8110b314d7
1 changed files with 3 additions and 1 deletions
|
@ -217,7 +217,9 @@
|
|||
|
||||
<logic>
|
||||
<name>EnvironmentInterpolator:wave:enabled</name>
|
||||
<input>/environment/config/enabled</input>
|
||||
<input>
|
||||
<property>/environment/config/enabled</property>
|
||||
</input>
|
||||
<output>/environment/sea/config/enabled</output>
|
||||
</logic>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue