Fix bug once again (DONE!)

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-25 00:31:57 +07:00
parent 7041cfd1f4
commit 1b5c736c95

View File

@@ -218,7 +218,6 @@ end
---@param e SCENE_onInput
function TouchConfigScene:onInputMove(e)
if e.type == "touch" or (e.type == "mouse" and love.mouse.isDown(1)) then
error()
if VCTRL.drag(e.dx, e.dy, e.id or 1) then hasChanged = true end
end