无尽商店返回无尽副本关闭修改提交

dev_chengFeng
jiaoyangna 2021-06-07 12:00:05 +08:00
parent 4c7decb60b
commit 605073d7ec
1 changed files with 2 additions and 2 deletions

View File

@ -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