Changeset 6427
- Timestamp:
- Dec 28, 2009, 8:35:54 PM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/gui/scripts/KeyBindMenu.lua
r6417 r6427 217 217 local buttonNr = tonumber(match()) 218 218 219 orxonox.KeyBinderManager:getInstance():unbind(orxonox.KeyBinderManager:getInstance():getCurrent():getBinding(commandList[commandNr], buttonNr)) 219 local str = orxonox.KeyBinderManager:getInstance():getCurrent():getBinding(commandList[commandNr], buttonNr) 220 orxonox.KeyBinderManager:getInstance():unbind(str) 220 221 221 222 P.callback() -
code/trunk/src/libraries/core/ConfigFileManager.h
r6425 r6427 92 92 : name_(name) 93 93 , value_(value) 94 , additionalComment_(additionalComment) 94 95 , bString_(bString) 95 , additionalComment_(additionalComment)96 96 { this->update(); } 97 97
Note: See TracChangeset
for help on using the changeset viewer.