From: timoore Date: Sun, 8 Jun 2008 20:50:30 +0000 (+0000) Subject: Don't add guiCamera, which is now a slave, to the scene graph. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=876bd2055c3900895205f73dd25869cc3598cafe;p=flightgear.git Don't add guiCamera, which is now a slave, to the scene graph. --- diff --git a/src/Main/renderer.cxx b/src/Main/renderer.cxx index 56b68cc08..6eafe627f 100644 --- a/src/Main/renderer.cxx +++ b/src/Main/renderer.cxx @@ -560,7 +560,6 @@ FGRenderer::init( void ) mRealRoot->addChild(viewPartition.get()); mRealRoot->addChild(FGCreateRedoutNode()); - mRealRoot->addChild(guiCamera); }