This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-21 22:51:56 +07:00
parent fb7ccc2527
commit 20a225db33

View File

@@ -151,7 +151,6 @@ function love.touchdragged(id,x,y,dx,dy)
end
end
function love.touchreleased(id,x,y)
PlaySE("demote")
local x,y=GLOBAL_TRANSFORM:inverseTransformPoint(x,y)
if not VCTRL.release(id) then
SCENE:onInputRelease{type = "touch", x = x, y = y, dx = 0, dy = 0, id = id}