From f03fd6d405c753b67ee522bef5dc7012fe2a7a39 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Sat, 30 Dec 2023 11:51:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AEextrior=E8=AF=AD=E8=A8=80=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E8=8F=9C=E5=8D=95esc=E6=97=A0=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scene/lang_out.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scene/lang_out.lua b/assets/scene/lang_out.lua index 14b7976f..f715144c 100644 --- a/assets/scene/lang_out.lua +++ b/assets/scene/lang_out.lua @@ -27,7 +27,7 @@ end function scene.keyDown(key) if KEYMAP.sys:getAction(key)=='back' then - SCN.back('none') + SCN.back() else return true end