Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 14, 2011, 10:25:10 AM (13 years ago)
Author:
dafrick
Message:

Fixing minor bug. When the InGameConsole was closed you would need to push ESC two times to get into the InGameMenu.

File:
1 edited

Legend:

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

    r8079 r8482  
    534534        {
    535535            this->bActive_ = false;
    536             GUIManager::getInstance().getLuaState()->doString("inGameConsoleClosed()"); // Notify the SheetManager in lua, that the console has been closed.
    537536            InputManager::getInstance().leaveState("console");
    538537            this->shell_->unregisterListener(this);
Note: See TracChangeset for help on using the changeset viewer.