Fixed a race condition so that FG runs most of the time (instead of crashes most of the time)
This commit is contained in:
parent
77075a2d66
commit
d3f6ab38c2
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ FGGlobals::FGGlobals() :
|
|||
ATIS_mgr( NULL ),
|
||||
controls( NULL ),
|
||||
viewmgr( NULL ),
|
||||
commands( new SGCommandMgr ),
|
||||
commands( SGCommandMgr::instance() ),
|
||||
channel_options_list( NULL ),
|
||||
initial_waypoints( NULL ),
|
||||
fontcache ( new FGFontCache ),
|
||||
|
|
Loading…
Add table
Reference in a new issue