无尽商店返回无尽副本关闭修改提交
parent
4c7decb60b
commit
605073d7ec
|
|
@ -242,8 +242,8 @@ function this.InitFuncShow(funcType)
|
||||||
end
|
end
|
||||||
|
|
||||||
function this:OnShow()
|
function this:OnShow()
|
||||||
if not ActTimeCtrlManager.IsQualifiled(FUNCTION_OPEN_TYPE.ENDLESS) then
|
if CarbonManager.carbonType == CARBON_TYPE.ENDLESS and not ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.ENDLESS) then
|
||||||
this.InitFuncShow()
|
this.InitFuncShow(FUNCTION_OPEN_TYPE.ENDLESS)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
UIManager.camera.clearFlags = CameraClearFlags.Depth
|
UIManager.camera.clearFlags = CameraClearFlags.Depth
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue