Fix subsystemFactory name fdm -> flight (Thanks to Hooray).
This commit is contained in:
parent
486ef5b06c
commit
a52c0882a1
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ SGSubsystem* createSubsystemByName(const std::string& name)
|
|||
MAKE_SUB(FGSoundManager, "sound");
|
||||
MAKE_SUB(FGInterpolator, "prop-interpolator")
|
||||
MAKE_SUB(FGProperties, "properties");
|
||||
MAKE_SUB(FDMShell, "fdm");
|
||||
MAKE_SUB(FDMShell, "flight");
|
||||
MAKE_SUB(FGEnvironmentMgr, "environment");
|
||||
MAKE_SUB(Ephemeris, "ephemeris");
|
||||
MAKE_SUB(FGSystemMgr, "aircraft-systems");
|
||||
|
|
Loading…
Add table
Reference in a new issue