Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c
commit
b3eaeb7eb5
|
@ -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