hexiaojie 1 سال پیش
والد
کامیت
85c0529ad9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      GameClient/Assets/Game/HotUpdate/UGUI/UICGView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/UGUI/UICGView.cs

@@ -78,7 +78,7 @@ namespace GFGGame
         {
             Image buttonImage = btn.GetComponent<Image>();
             //Image img = btn.GetComponentInChildren<Image>();
-            yield return new WaitForSeconds((float)videoPlayer.length - 3f);
+            yield return new WaitForSeconds(36 - 3f);
             if (buttonImage != null)
             {
                 // 获取初始颜色