From 3001a60ee079e9b4d87f9dd8269f193b1939cef9 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 29 Mar 2021 13:58:33 +0800 Subject: [PATCH] =?UTF-8?q?SCN.back=E4=BC=9A=E5=85=88=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E6=AD=A3=E5=9C=A8=E5=88=87=E6=8D=A2=E5=9C=BA?= =?UTF-8?q?=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/scene.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Zframework/scene.lua b/Zframework/scene.lua index 8a2bb951..c87ec688 100644 --- a/Zframework/scene.lua +++ b/Zframework/scene.lua @@ -152,6 +152,8 @@ function SCN.go(tar,style)--Normal scene swapping, can back end end function SCN.back() + if SCN.swapping then return end + --Leave scene if SCN.sceneBack then SCN.sceneBack()end