Update bindings.lua

This commit is contained in:
Kae 2024-12-10 19:48:16 +11:00
parent ad508c5322
commit a52c213ebe

View File

@ -35,7 +35,7 @@ local function finishBind(a, b)
if (type(a) == "table") then
snareFinished(a)
else
snareFinished{ type = a, value = b, mods = getMods(value) }
snareFinished{ type = a, value = b, mods = getMods(b) }
for i, mod in ipairs(mods) do
mod.active = false
end