修复第一次启动选择语言后直接就退出了

This commit is contained in:
MrZ_26
2022-11-28 23:37:47 +08:00
parent 477a1acc61
commit f9d9112651

View File

@@ -125,7 +125,7 @@ function scene.mouseDown()
if LOADED then if LOADED then
if FIRSTLAUNCH then if FIRSTLAUNCH then
SCN.push('main') SCN.push('main')
SCN.swapTo('lang') SCN.go('lang')
else else
SCN.go(SETTING.simpMode and 'main_simple' or 'main') SCN.go(SETTING.simpMode and 'main_simple' or 'main')
end end