1
0
Fork 0

Don't add guiCamera, which is now a slave, to the scene graph.

This commit is contained in:
timoore 2008-06-08 20:50:30 +00:00
parent f35ba3510f
commit 876bd2055c

View file

@ -560,7 +560,6 @@ FGRenderer::init( void )
mRealRoot->addChild(viewPartition.get());
mRealRoot->addChild(FGCreateRedoutNode());
mRealRoot->addChild(guiCamera);
}