From 76ab6282a979751e57623b53f3185d9e772261c2 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 16 Sep 2021 13:21:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95ios?= =?UTF-8?q?=E9=80=80=E5=87=BA=E7=9B=B8=E5=85=B3=E7=9A=84=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/quit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/quit.lua b/parts/scenes/quit.lua index 43bebac3..3b2d4f2b 100644 --- a/parts/scenes/quit.lua +++ b/parts/scenes/quit.lua @@ -1,7 +1,7 @@ local scene={} function scene.sceneInit() - if false and SYSTEM~="iOS"then + if SYSTEM~="iOS"then if math.random()>.0000626 then love.timer.sleep(.26) love.event.quit()