- Timestamp:
- Jul 27, 2009, 2:42:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource/src/orxonox/gamestates/GSGraphics.cc
r3357 r3358 68 68 masterInputState_ = InputManager::getInstance().createInputState("master", true); 69 69 masterKeyBinder_ = new KeyBinder(); 70 masterInputState_->setKeyHandler(masterKeyBinder_); 70 71 } 71 72 … … 99 100 100 101 masterKeyBinder_->loadBindings("masterKeybindings.ini"); 101 masterInputState_->setKeyHandler(masterKeyBinder_);102 102 103 103 // Load the SoundManager
Note: See TracChangeset
for help on using the changeset viewer.