Changeset 8316 for code/trunk/src/orxonox/controllers
- Timestamp:
- Apr 23, 2011, 11:37:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/controllers/NewHumanController.cc
r7859 r8316 356 356 this->currentPitch_ = 0; 357 357 358 KeyBinderManager::getInstance().getCurrent()->resetMouseAxes(); 358 if( KeyBinderManager::exists() ) 359 KeyBinderManager::getInstance().getCurrent()->resetMouseAxes(); 359 360 } 360 361
Note: See TracChangeset
for help on using the changeset viewer.