Changeset 2959
- Timestamp:
- May 9, 2009, 10:13:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/overlays/GUIOverlay.cc
r2958 r2959 59 59 SUPER(GUIOverlay, changedVisibility); 60 60 61 COUT(1) << "Somethings happened!!!" << std::endl;62 63 61 if (this->isVisible()) 64 62 { … … 67 65 out << (long)this; 68 66 str = out.str(); 69 COUT(1) << str << std::endl;70 67 GUIManager::getInstancePtr()->executeCode("showCursor()"); 71 68 InputManager::getInstance().requestEnterState("guiMouseOnly");
Note: See TracChangeset
for help on using the changeset viewer.