This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-22 00:27:11 +07:00
parent bdb9eaf748
commit d7cc69b2fe
3 changed files with 7 additions and 10 deletions

View File

@@ -84,7 +84,6 @@ end
---@param e SCENE_onInput
function TouchConfigScene:onInputRelease(e)
if e.type == "mouse" or e.type == "touch" then
error()
BUTTON.release(buttonList, e.x, e.y)
end
end