Changeset 8316 for code/trunk/src/libraries
- Timestamp:
- Apr 23, 2011, 11:37:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/command/ConsoleCommand.cc
r7861 r8316 581 581 ConsoleCommand& ConsoleCommand::changeKeybindMode(KeybindMode::Value mode) 582 582 { 583 KeyBinderManager::getInstance().getCurrent()->changeMode(this, mode); 583 if( KeyBinderManager::exists() ) 584 KeyBinderManager::getInstance().getCurrent()->changeMode(this, mode); 584 585 585 586 this->keybindMode(mode);
Note: See TracChangeset
for help on using the changeset viewer.