hexiaojie 1 anno fa
parent
commit
85c0529ad9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)
             {
                 // 获取初始颜色