Browse Source

ios debug

hexiaojie 1 year ago
parent
commit
85c0529ad9
1 changed files with 1 additions and 1 deletions
  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 buttonImage = btn.GetComponent<Image>();
             //Image img = btn.GetComponentInChildren<Image>();
             //Image img = btn.GetComponentInChildren<Image>();
-            yield return new WaitForSeconds((float)videoPlayer.length - 3f);
+            yield return new WaitForSeconds(36 - 3f);
             if (buttonImage != null)
             if (buttonImage != null)
             {
             {
                 // 获取初始颜色
                 // 获取初始颜色