소스 검색

Merge branch 'master' of http://git.gfggame.com:3000/gfg/client

beiguoxia 3 년 전
부모
커밋
03d3c96200
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      GameClient/Assets/Game/HotUpdate/Views/Loading/LoadingView.cs

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Views/Loading/LoadingView.cs

@@ -32,6 +32,8 @@ namespace GFGGame
         }
         public override void Dispose()
         {
+            base.Dispose();
+
             m_Instance = null;
             SceneController.DestroyObjectFromView(_effectObj, _wrapper);
             if (_ui != null)
@@ -39,7 +41,6 @@ namespace GFGGame
                 _ui.Dispose();
                 _ui = null;
             }
-            base.Dispose();
 
         }