修复第一次启动选择语言后直接就退出了
This commit is contained in:
@@ -125,7 +125,7 @@ function scene.mouseDown()
|
||||
if LOADED then
|
||||
if FIRSTLAUNCH then
|
||||
SCN.push('main')
|
||||
SCN.swapTo('lang')
|
||||
SCN.go('lang')
|
||||
else
|
||||
SCN.go(SETTING.simpMode and 'main_simple' or 'main')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user