修复第一次启动选择语言后直接就退出了
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user