Fix #8: Misnamed function in mouse.disable()

This commit is contained in:
Matthias Richter 2013-03-24 18:25:12 +01:00
parent e6d397ef87
commit ebe0ce2ac0

View file

@ -73,9 +73,9 @@ local function endFrame()
end
local function disable()
_M.beginFrame = _NOP__
_M.endFrame = _NOP__
_M.updateWidget = _NOP__
_M.beginFrame = _NOP_
_M.endFrame = _NOP_
_M.updateWidget = _NOP_
end
local function enable()