Changeset 973 for code/branches/input/src/orxonox/Orxonox.cc
- Timestamp:
- Apr 3, 2008, 10:23:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/orxonox/Orxonox.cc
r969 r973 70 70 #include "objects/weapon/BulletManager.h" 71 71 72 #include " InputHandler.h"72 #include "core/InputManager.h" 73 73 74 74 #include "Orxonox.h" … … 108 108 delete this->orxonoxHUD_; 109 109 Loader::close(); 110 Input Handler::destroySingleton();110 InputManager::destroySingleton(); 111 111 if (this->auMan_) 112 112 delete this->auMan_; … … 327 327 void Orxonox::setupInputSystem() 328 328 { 329 inputHandler_ = Input Handler::getSingleton();329 inputHandler_ = InputManager::getSingleton(); 330 330 if (!inputHandler_->initialise(ogre_->getWindowHandle(), 331 331 ogre_->getWindowWidth(), ogre_->getWindowHeight()))
Note: See TracChangeset
for help on using the changeset viewer.