1
0
Fork 0

Environment: fix wave-enabled logic

Input element was incorrectly specified and hence always false
This commit is contained in:
James Turner 2023-08-02 15:59:02 +01:00
parent 3fccf08abe
commit 8110b314d7

View file

@ -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>