Adjust local weather updraft property name
This commit is contained in:
parent
925269ba95
commit
7937b78c80
2 changed files with 2 additions and 6 deletions
|
@ -133,7 +133,7 @@
|
|||
<sum>
|
||||
<property>/environment/thermal-lift-fps</property>
|
||||
<property>/environment/ridge-lift-fps</property>
|
||||
<property>/environment/local-weather-lift</property>
|
||||
<property>/environment/local-weather-lift-fps</property>
|
||||
</sum>
|
||||
</expression>
|
||||
</input>
|
||||
|
|
|
@ -226,11 +226,7 @@ settimer( func {visibility_loop(); },0);
|
|||
####################################
|
||||
|
||||
var setLift = func (lift) {
|
||||
|
||||
if (features.can_disable_environment == 1)
|
||||
{
|
||||
setprop("/environment/wind-from-down-fps",lift);
|
||||
}
|
||||
setprop("/environment/local-weather-lift-fps",lift);
|
||||
}
|
||||
|
||||
####################################
|
||||
|
|
Loading…
Reference in a new issue