|
@@ -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)
|
|
|
{
|