Changeset 6427 for code/trunk/data/gui/scripts
- Timestamp:
- Dec 28, 2009, 8:35:54 PM (15 years ago)
- File:
-
- 1 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()
Note: See TracChangeset
for help on using the changeset viewer.