Update bindings.lua
This commit is contained in:
parent
ad508c5322
commit
a52c213ebe
@ -35,7 +35,7 @@ local function finishBind(a, b)
|
|||||||
if (type(a) == "table") then
|
if (type(a) == "table") then
|
||||||
snareFinished(a)
|
snareFinished(a)
|
||||||
else
|
else
|
||||||
snareFinished{ type = a, value = b, mods = getMods(value) }
|
snareFinished{ type = a, value = b, mods = getMods(b) }
|
||||||
for i, mod in ipairs(mods) do
|
for i, mod in ipairs(mods) do
|
||||||
mod.active = false
|
mod.active = false
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user