zhaoyang 2 жил өмнө
parent
commit
03b193d0aa

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

@@ -157,7 +157,7 @@ namespace GFGGame
                 if (_ui.m_mask.m_guideArea.xy == pos)
                 if (_ui.m_mask.m_guideArea.xy == pos)
                 {
                 {
                     Timers.inst.Remove(UpdateGuideRect);
                     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)
                     if (pos.x > GRoot.inst.width / 2)
                     {
                     {