Adjust subsystem order (instruments vs systems)
"instruments" depend on "systems" (pitot/static pressure etc), so "systems" should be there first.
This commit is contained in:
parent
f6207d5cb8
commit
a68716316f
1 changed files with 1 additions and 1 deletions
|
@ -592,8 +592,8 @@ void fgCreateSubsystems() {
|
|||
// autopilot.)
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
globals->add_subsystem("instrumentation", new FGInstrumentMgr, SGSubsystemMgr::FDM);
|
||||
globals->add_subsystem("systems", new FGSystemMgr, SGSubsystemMgr::FDM);
|
||||
globals->add_subsystem("instrumentation", new FGInstrumentMgr, SGSubsystemMgr::FDM);
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Initialize the XML Autopilot subsystem.
|
||||
|
|
Loading…
Reference in a new issue