[Orxonox-commit 347] r2959 - trunk/src/orxonox/overlays
dafrick at orxonox.net
dafrick at orxonox.net
Sat May 9 22:13:50 CEST 2009
Author: dafrick
Date: 2009-05-09 22:13:50 +0200 (Sat, 09 May 2009)
New Revision: 2959
Modified:
trunk/src/orxonox/overlays/GUIOverlay.cc
Log:
Forgot to remove debug output. ;)
Modified: trunk/src/orxonox/overlays/GUIOverlay.cc
===================================================================
--- trunk/src/orxonox/overlays/GUIOverlay.cc 2009-05-09 20:08:45 UTC (rev 2958)
+++ trunk/src/orxonox/overlays/GUIOverlay.cc 2009-05-09 20:13:50 UTC (rev 2959)
@@ -58,15 +58,12 @@
{
SUPER(GUIOverlay, changedVisibility);
- COUT(1) << "Somethings happened!!!" << std::endl;
-
if (this->isVisible())
{
std::string str;
std::stringstream out;
out << (long)this;
str = out.str();
- COUT(1) << str << std::endl;
GUIManager::getInstancePtr()->executeCode("showCursor()");
InputManager::getInstance().requestEnterState("guiMouseOnly");
GUIManager::getInstancePtr()->executeCode("showGUI(\"" + this->guiName_ + "\", " + str + ")");
More information about the Orxonox-commit
mailing list