yyl
2025-12-04 2636bf475c8b4b03ee869a5db2f5fdd891ed9f97
Main/System/Tip/ScrollTip.cs
@@ -74,7 +74,7 @@
        if (pool == null)
        {
            var _prefab = UILoader.LoadPrefab("Tip");
            pool = GameObjectPoolManager.Instance.RequestPool(_prefab);
            pool = GameObjectPoolManager.Instance.GetPool(_prefab);
        }
        if (pool != null)
        {