zhaoyang há 2 anos atrás
pai
commit
ddca7d8b15

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

@@ -152,6 +152,7 @@ namespace GFGGame
             if (guideTarget != null)
             {
                 Vector2 pos = guideTarget.LocalToGlobal(Vector2.zero);
+                pos = _ui.target.GlobalToLocal(pos);
                 pos.x = pos.x + guideTarget.width / 2;
                 pos.y = pos.y + guideTarget.height / 2;
                 if (_ui.m_mask.m_guideArea.xy == pos)