zhaoyang %!s(int64=2) %!d(string=hai) anos
pai
achega
03b193d0aa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
                     {