[Orxonox-commit 758] r3287 - trunk/src/orxonox/gui

rgrieder at orxonox.net rgrieder at orxonox.net
Mon Jul 13 21:30:36 CEST 2009


Author: rgrieder
Date: 2009-07-13 21:30:36 +0200 (Mon, 13 Jul 2009)
New Revision: 3287

Modified:
   trunk/src/orxonox/gui/GUIManager.cc
Log:
Console should now be visible again in the main menu (and FPS text as well).

Modified: trunk/src/orxonox/gui/GUIManager.cc
===================================================================
--- trunk/src/orxonox/gui/GUIManager.cc	2009-07-13 18:54:43 UTC (rev 3286)
+++ trunk/src/orxonox/gui/GUIManager.cc	2009-07-13 19:30:36 UTC (rev 3287)
@@ -154,7 +154,7 @@
                 renderWindow_ = renderWindow;
 
                 // Note: No SceneManager specified yet
-                this->guiRenderer_ = new OgreCEGUIRenderer(renderWindow_, Ogre::RENDER_QUEUE_OVERLAY, true, 3000);
+                this->guiRenderer_ = new OgreCEGUIRenderer(renderWindow_, Ogre::RENDER_QUEUE_OVERLAY, false, 3000);
                 this->resourceProvider_ = guiRenderer_->createResourceProvider();
                 this->resourceProvider_->setDefaultResourceGroup("GUI");
 




More information about the Orxonox-commit mailing list