Fixed bug #286: Turbulence preset not working/going wild
Read actual turbulence value from "turbulence-magnitude-norm" property, not from its "...-override" switch (which is true when enabled, so turbulence was always forced to "1.0").
This commit is contained in:
parent
dac672e98f
commit
14b7ebfcbb
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
|||
<condition>
|
||||
<property>/environment/config/presets/turbulence-magnitude-norm-override</property>
|
||||
</condition>
|
||||
<property>/environment/config/presets/turbulence-magnitude-norm-override</property>
|
||||
<property>/environment/config/presets/turbulence-magnitude-norm</property>
|
||||
</input>
|
||||
<input>
|
||||
<property>/environment/config/interpolated/turbulence/magnitude-norm</property>
|
||||
|
|
Loading…
Reference in a new issue