Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2009, 2:02:31 PM (14 years ago)
Author:
dafrick
Message:

Bug fix. 0 != nil in lua…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/gui/scripts/KeyBindMenu.lua

    r6283 r6284  
    109109
    110110function P.callback(number)
    111     orxonox.KeyBinderManager:getInstance():registerKeybindCallback(0)
     111    orxonox.KeyBinderManager:getInstance():registerKeybindCallback(nil)
    112112    local button = winMgr:getWindow("orxonox/KeyBindPane/Binding" .. number .. "/Button")
    113113    button:setText(orxonox.KeyBinderManager:getInstance():getCurrent():getBinding(commandList[number]))
Note: See TracChangeset for help on using the changeset viewer.