Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2959


Ignore:
Timestamp:
May 9, 2009, 10:13:50 PM (15 years ago)
Author:
dafrick
Message:

Forgot to remove debug output. ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/overlays/GUIOverlay.cc

    r2958 r2959  
    5959        SUPER(GUIOverlay, changedVisibility);
    6060
    61         COUT(1) << "Somethings happened!!!" << std::endl;
    62 
    6361        if (this->isVisible())
    6462        {
     
    6765            out << (long)this;
    6866            str = out.str();
    69             COUT(1) << str << std::endl;
    7067            GUIManager::getInstancePtr()->executeCode("showCursor()");
    7168            InputManager::getInstance().requestEnterState("guiMouseOnly");
Note: See TracChangeset for help on using the changeset viewer.