Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 12, 2008, 11:23:32 PM (16 years ago)
Author:
rgrieder
Message:
  • minor Singleton changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/Orxonox.cc

    r1032 r1035  
    113113      delete this->orxonoxHUD_;
    114114    Loader::close();
    115     InputManager::destroySingleton();
     115    InputManager::getSingleton().destroy();
    116116    if (this->auMan_)
    117117      delete this->auMan_;
     
    329329  void Orxonox::setupInputSystem()
    330330  {
    331     inputHandler_ = InputManager::getSingleton();
     331    inputHandler_ = &InputManager::getSingleton();
    332332    if (!inputHandler_->initialise(ogre_->getWindowHandle(),
    333333          ogre_->getWindowWidth(), ogre_->getWindowHeight()))
Note: See TracChangeset for help on using the changeset viewer.