From 99a11d2bb19d74f6cc8584ac16838062af4fb301 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 03 四月 2026 11:24:07 +0800
Subject: [PATCH] webgl 优化

---
 Main/System/Tip/ScrollTip.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/Tip/ScrollTip.cs b/Main/System/Tip/ScrollTip.cs
index 24b63ca..15d8410 100644
--- a/Main/System/Tip/ScrollTip.cs
+++ b/Main/System/Tip/ScrollTip.cs
@@ -75,7 +75,7 @@
         if (pool == null)
         {
             var _prefab = await UILoader.LoadPrefabAsync("Tip");
-            if (pool != null)
+            if (pool == null)
             {
                 pool = GameObjectPoolManager.Instance.GetPool(_prefab);
             }

--
Gitblit v1.8.0