Changeset 8008 for code/branches/usability
- Timestamp:
- Mar 3, 2011, 2:30:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/usability/src/libraries/core/GraphicsManager.cc
r7996 r8008 66 66 #include "XMLFile.h" 67 67 #include "command/ConsoleCommand.h" 68 #include "input/InputManager.h" 68 69 69 70 namespace orxonox … … 500 501 this->ogreRoot_->saveConfig(); 501 502 Core::getInstance().updateOgreConfigTimestamp(); 503 // Also reload the input devices 504 InputManager::getInstance().reload(); 502 505 } 503 506
Note: See TracChangeset
for help on using the changeset viewer.