Changeset 1670 for code/branches/gui/src/orxonox/overlays
- Timestamp:
- Aug 26, 2008, 4:26:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/overlays/console/InGameConsole.cc
r1653 r1670 95 95 96 96 // destroy the input state previously created (InputBuffer gets destroyed by the Shell) 97 InputManager::getInstance(). destroyState("console");97 InputManager::getInstance().requestDestroyState("console"); 98 98 99 99 Ogre::OverlayManager* ovMan = Ogre::OverlayManager::getSingletonPtr();
Note: See TracChangeset
for help on using the changeset viewer.