zhaoyang 2 лет назад
Родитель
Сommit
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);