Oops, call *re*init() so that the weather conditions (not just clouds)
are actually updated.
This commit is contained in:
parent
a8be680c43
commit
11e0b75bc3
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ FGMetarEnvironmentCtrl::update(double delta_time_sec)
|
|||
_icao = a.id;
|
||||
elapsed = 0.0;
|
||||
update_env_config();
|
||||
env->init();
|
||||
env->reinit();
|
||||
} else {
|
||||
// mark as no metar so it doesn't show up in subsequent
|
||||
// searches.
|
||||
|
|
Loading…
Add table
Reference in a new issue