Browse Source

单人战斗卡引导

zhaoyang 2 years ago
parent
commit
91e06803fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Guide/GuideView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Guide/GuideView.cs

@@ -191,7 +191,7 @@ namespace GFGGame
                     }
                     _ui.m_comHolder.target.visible = !NoTips;
                     _ui.m_mask.target.visible = !NoTips;
-                    _ui.m_grhMask.visible = NoTips;
+                    _ui.m_grhMask.visible = false;
                     _ui.m_compTxt.target.visible = !String.IsNullOrEmpty(txtContent);