修复test场景触屏点击报错

This commit is contained in:
MrZ626
2021-04-11 20:23:16 +08:00
parent 324b4f1b38
commit 0bcfd10a9d

View File

@@ -48,7 +48,7 @@ function scene.touchClick(x,y)
end
function scene.touchDown(x,y)
SYSFX.newRipple(.5,x,y,50)
push(("[touchDown] <%d: %d, %d>"):format(x,y))
push(("[touchDown] <%d, %d>"):format(x,y))
end
function scene.touchMove(x,y)
SYSFX.newRipple(.5,x,y,50)