From bb463ef0b13236738a1da9cd04f57def3e7e2c7c Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期五, 29 八月 2025 15:21:51 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts --- Main/System/Tip/ScrollTip.cs | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Main/System/Tip/ScrollTip.cs b/Main/System/Tip/ScrollTip.cs index 9ce0213..6e6b2f9 100644 --- a/Main/System/Tip/ScrollTip.cs +++ b/Main/System/Tip/ScrollTip.cs @@ -50,6 +50,7 @@ //杩囨护涓嶆挱鏀剧殑鎯呭喌 if (!CanOpen()) { + m_Hints.Clear(); return; } @@ -61,12 +62,9 @@ static bool CanOpen() { - // if (UIManager.Instance.IsOpened<HeroCallResultWin>()) - // { + + // if (HappyXBModel.Instance.isXBCoolTime) // return false; - // } - if (HappyXBModel.Instance.isXBCoolTime) - return false; return true; } -- Gitblit v1.8.0