浏览代码

登录界面资源释放

zhaoyang 3 年之前
父节点
当前提交
72698e6033
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/Login/LoginInputView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/Login/LoginInputView.cs

@@ -21,6 +21,7 @@ namespace GFGGame
         protected override void OnInit()
         protected override void OnInit()
         {
         {
             base.OnInit();
             base.OnInit();
+            packageName = UI_LoginInputUI.PACKAGE_NAME;
             _ui = UI_LoginInputUI.Create();
             _ui = UI_LoginInputUI.Create();
             this.viewCom = _ui.target;
             this.viewCom = _ui.target;
             this.viewCom.Center();
             this.viewCom.Center();