diff --git a/Assets/ManagedResources/~Lua/Modules/Carbon/XuanYuanMirrorPanel.lua b/Assets/ManagedResources/~Lua/Modules/Carbon/XuanYuanMirrorPanel.lua index aa541e31a3..d82e13b89c 100644 --- a/Assets/ManagedResources/~Lua/Modules/Carbon/XuanYuanMirrorPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Carbon/XuanYuanMirrorPanel.lua @@ -257,11 +257,6 @@ function this:OnClose() end this.isPlayDoorAudio = false self.gameObject:SetActive(false) - -- PlayerManager.carbonType = 2 - if this.UpView then - SubUIManager.Close(this.UpView) - this.UpView = nil - end end --界面销毁时调用(用于子类重写)