zhaoyang 2 năm trước cách đây
mục cha
commit
03b193d0aa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Guide/GuideView.cs

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

@@ -157,7 +157,7 @@ namespace GFGGame
                 if (_ui.m_mask.m_guideArea.xy == pos)
                 {
                     Timers.inst.Remove(UpdateGuideRect);
-                    _ui.m_comHolder.target.position = _ui.m_mask.m_guideArea.position;
+                    _ui.m_comHolder.target.xy = _ui.m_mask.m_guideArea.xy;
 
                     if (pos.x > GRoot.inst.width / 2)
                     {