Changeset 8484 for code/trunk/src/orxonox
- Timestamp:
- May 14, 2011, 5:30:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/overlays/InGameConsole.cc
r8482 r8484 534 534 { 535 535 this->bActive_ = false; 536 GUIManager::getInstance().getLuaState()->doString("inGameConsoleClosed()"); // Notify the SheetManager in lua, that the console has been closed. 536 537 InputManager::getInstance().leaveState("console"); 537 538 this->shell_->unregisterListener(this);
Note: See TracChangeset
for help on using the changeset viewer.