From: timoore Date: Fri, 15 Feb 2008 06:45:38 +0000 (+0000) Subject: Call particle initialization code in simgear namespace X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bb90bb4466562a090d4c0fd8cde61ab8ac67f824;p=flightgear.git Call particle initialization code in simgear namespace --- diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index 987977544..4e8266478 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -1634,7 +1634,8 @@ bool fgInitSubsystems() { 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.