【Bug】【5979】勋章墙跳转佩戴勋章后,返回勋章墙页面,背景显示为黑屏
parent
8d5070da69
commit
bd5332b9ae
|
|
@ -378,7 +378,7 @@ public class UIManager : UIManagerBase, IGlobal
|
|||
//勋章
|
||||
_WindowMeta(UINameConst.UI_MedalMainPanel, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Shut, false, false);
|
||||
_WindowMeta(UINameConst.UI_MedalInfoPanel, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Shut, true, needScreenshot: true);
|
||||
_WindowMeta(UINameConst.UI_MedalEditorShowPanel, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Shut, true, needScreenshot: true);
|
||||
_WindowMeta(UINameConst.UI_MedalEditorShowPanel, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Shut, false, needScreenshot: false);
|
||||
|
||||
//图鉴
|
||||
_WindowMeta(UINameConst.UI_CollectionMain, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Shut, true, needScreenshot: true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue