]> git.mxchange.org Git - flightgear.git/commitdiff
Don't add guiCamera, which is now a slave, to the scene graph.
authortimoore <timoore>
Sun, 8 Jun 2008 20:50:30 +0000 (20:50 +0000)
committertimoore <timoore>
Sun, 8 Jun 2008 20:50:30 +0000 (20:50 +0000)
src/Main/renderer.cxx

index 56b68cc083c70e8c8161a1f8a19352bf56ae8a15..6eafe627fbce5305fa867133d0f5d2fdc9caf4c3 100644 (file)
@@ -560,7 +560,6 @@ FGRenderer::init( void )
 
     mRealRoot->addChild(viewPartition.get());
     mRealRoot->addChild(FGCreateRedoutNode());
-    mRealRoot->addChild(guiCamera);
 }