]> git.mxchange.org Git - flightgear.git/commitdiff
Call particle initialization code in simgear namespace
authortimoore <timoore>
Fri, 15 Feb 2008 06:45:38 +0000 (06:45 +0000)
committertimoore <timoore>
Fri, 15 Feb 2008 06:45:38 +0000 (06:45 +0000)
src/Main/fg_init.cxx

index 987977544db97b1ce56a14cab509116ef3a5abc1..4e8266478a44a12608eee8af555765057612d2af 100644 (file)
@@ -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.