Call particle initialization code in simgear namespace
This commit is contained in:
parent
113be9d8be
commit
bb90bb4466
1 changed files with 2 additions and 1 deletions
|
@ -1634,7 +1634,8 @@ bool fgInitSubsystems() {
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
globals->get_scenery()->get_scene_graph()->addChild(SGParticles::getCommonRoot());
|
globals->get_scenery()->get_scene_graph()
|
||||||
|
->addChild(simgear::Particles::getCommonRoot());
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Initialize the flight model subsystem.
|
// Initialize the flight model subsystem.
|
||||||
|
|
Loading…
Add table
Reference in a new issue