1
0
Fork 0

Call particle initialization code in simgear namespace

This commit is contained in:
timoore 2008-02-15 06:45:38 +00:00
parent 113be9d8be
commit bb90bb4466

View file

@ -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.