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>
|
<sum>
|
||||||
<property>/environment/thermal-lift-fps</property>
|
<property>/environment/thermal-lift-fps</property>
|
||||||
<property>/environment/ridge-lift-fps</property>
|
<property>/environment/ridge-lift-fps</property>
|
||||||
<property>/environment/local-weather-lift</property>
|
<property>/environment/local-weather-lift-fps</property>
|
||||||
</sum>
|
</sum>
|
||||||
</expression>
|
</expression>
|
||||||
</input>
|
</input>
|
||||||
|
|
|
@ -226,11 +226,7 @@ settimer( func {visibility_loop(); },0);
|
||||||
####################################
|
####################################
|
||||||
|
|
||||||
var setLift = func (lift) {
|
var setLift = func (lift) {
|
||||||
|
setprop("/environment/local-weather-lift-fps",lift);
|
||||||
if (features.can_disable_environment == 1)
|
|
||||||
{
|
|
||||||
setprop("/environment/wind-from-down-fps",lift);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
####################################
|
####################################
|
||||||
|
|
Loading…
Reference in a new issue