Changeset 1424 for code/branches/console/src/orxonox
- Timestamp:
- May 25, 2008, 9:58:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/orxonox/console/InGameConsole.cc
r1416 r1424 186 186 { 187 187 this->deactivate(); 188 InputManager::getSingleton().setInputMode(IM_INGAME);189 188 } 190 189 … … 364 363 this->scroll_ = -1; 365 364 // the rest is done by tick 365 InputManager::getSingleton().setInputMode(IM_INGAME); 366 366 } 367 367
Note: See TracChangeset
for help on using the changeset viewer.