浏览代码

进度条动画开启

guodong 1 年之前
父节点
当前提交
5e10287fe4
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      GameClient/Assets/Game/HotUpdate/Views/Loading/LoadingView.cs

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

@@ -9,7 +9,7 @@ namespace GFGGame
 
         private UI_LoadingView _ui;
 
-        private const float SPEED = 0.01f;
+        private const float SPEED = 0.005f;
         private string[] resNames = { "11", "33" };
 
         private EffectUI _effectUI1;
@@ -125,7 +125,6 @@ namespace GFGGame
                     gtweener.OnComplete(callback);
                 }
             }
-            callback?.Invoke();
         }