From e07287223c8983aa91fc7bdd3e0c41219f2c49b8 Mon Sep 17 00:00:00 2001 From: MrZ_26 Date: Sun, 9 Aug 2020 00:08:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A6=E5=B1=8F=E7=89=B9=E6=95=88=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zframework/init.lua b/Zframework/init.lua index af107b7c..9946059d 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -871,7 +871,7 @@ function love.touchreleased(id,x,y) if touchClick[SCN.cur]then touchClick[SCN.cur](x,y,k) end - sysFX.newRipple(.3,mx,my,30) + sysFX.newRipple(.3,x,y,30) end end function love.keypressed(i)