1
0
Fork 0

Merge branch 'master' of gitorious.org:fg/fgdata

This commit is contained in:
BARANGER Emmanuel 2013-06-26 15:26:50 +02:00
commit a3b02632de

View file

@ -769,7 +769,7 @@ if ((flag ==0) and (vis > 0.0) and (getprop(lw~"lift-loop-flag") == 0) and (comp
{
compat_layer.setVisibility(vis);
}
else if (getprop("/local-weather/current/visibility-m") > vis)
else if ((getprop("/local-weather/current/visibility-m") > vis) and (compat_layer.smooth_visibility_loop_flag == 0))
{
compat_layer.setVisibility(vis);
}