Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 3, 2011, 4:24:37 PM (13 years ago)
Author:
rgrieder
Message:

Fixed bug occurred during bugfix (new bug is worse) by reverse merging r7985.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/usability/src/orxonox/overlays/InGameConsole.cc

    r7985 r8013  
    513513            this->bActive_ = true;
    514514            InputManager::getInstance().enterState("console");
    515             GUIManager::getInstance().getLuaState()->doString("inGameConsoleOpened()"); // Notify the SheetManager in lua, that the console has been closed.
    516515            this->shell_->registerListener(this);
    517516
     
    612611    /*static*/ void InGameConsole::closeConsole()
    613612    {
     613        GUIManager::getInstance().getLuaState()->doString("inGameConsoleClosed()");  // Notify the SheetManager in lua, that the console has been closed, but not by ESC.
    614614        InGameConsole::getInstance().deactivate();
    615615    }
Note: See TracChangeset for help on using the changeset viewer.