Browse Source

提交修改

wartheking 1 day ago
parent
commit
93262123c5
2 changed files with 118 additions and 2 deletions
  1. 117 1
      Assets/Scene 1.unity
  2. 1 1
      Assets/Scripts/UI/UIView/SWYJ/SWYJLayer.cs

File diff suppressed because it is too large
+ 117 - 1
Assets/Scene 1.unity


+ 1 - 1
Assets/Scripts/UI/UIView/SWYJ/SWYJLayer.cs

@@ -207,7 +207,7 @@ public class SWYJLayer : YZTRootLayer
         if (GlobalData.sWAlerts.Count < 1)
             return;
 
-        for (int i = currentYiChangJingGaoItems.Count - 1; i > 0; i--) {
+        for (int i = currentYiChangJingGaoItems.Count - 1; i >= 0; i--) {
             Destroy(currentYiChangJingGaoItems[i].gameObject);
         }
         currentYiChangJingGaoItems.Clear();

Some files were not shown because too many files changed in this diff