set the /sim/signals/reinit property on reinit, so that aircraft code can
attach listeners. Other relevant stuff should go here, too. (/sim/crashed could be one.)
This commit is contained in:
parent
ebe5fc3092
commit
129813e0aa
1 changed files with 2 additions and 1 deletions
|
@ -81,9 +81,10 @@ void reInit(puObject *cb)
|
|||
fgReInitSubsystems();
|
||||
|
||||
globals->get_tile_mgr()->update( fgGetDouble("/environment/visibility-m") );
|
||||
|
||||
globals->get_renderer()->resize( xsize, ysize );
|
||||
|
||||
fgSetBool("/sim/signals/reinit", true);
|
||||
|
||||
// BusyCursor(1);
|
||||
|
||||
if ( !freeze ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue