yyl
2026-04-24 97de31e9a015cf139f5293a22e1575a43dfb6733
Main/System/Tip/ScrollTipWin.cs
@@ -73,7 +73,7 @@
        {
            while (ScrollTip.m_Hints.Count > 0)
            {
                OnTipReceiveEvent();
                OnTipReceiveEvent().Forget();
                await UniTask.Delay(100);
                if (this == null) return; // destroyed during await
            }