修正错误情况进入暂停菜单时的一个崩溃
This commit is contained in:
@@ -17,7 +17,7 @@ local trophyColor-- Current trophy color
|
|||||||
|
|
||||||
function scene.enter()
|
function scene.enter()
|
||||||
page=0
|
page=0
|
||||||
if SCN.prev:find("setting") then
|
if type(SCN.prev)=='string' and SCN.prev:find("setting") then
|
||||||
TEXT.show(text.needRestart,640,410,50,'fly',.6)
|
TEXT.show(text.needRestart,640,410,50,'fly',.6)
|
||||||
end
|
end
|
||||||
local P1=PLAYERS[1]
|
local P1=PLAYERS[1]
|
||||||
|
|||||||
Reference in New Issue
Block a user