Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c

dev_chengFeng
gaoxin 2021-06-07 12:04:55 +08:00
commit b3eaeb7eb5
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