zhaoyang преди 2 години
родител
ревизия
91e06803fa
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);