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