Skip to content

Commit b0807c0

Browse files
committed
fix: fix typo
1 parent 332569b commit b0807c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Runtime/Scripts/UnitSelection.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ public bool IsWithinSelectionBounds(Camera camera, GameObject gameObject, Vector
8888
camera.WorldToViewportPoint(gameObject.transform.position));
8989
}
9090

91-
public Rect GetScreenRect(Vector3 cursorScreenPo)
91+
public Rect GetScreenRect(Vector3 cursorScreenPos)
9292
{
93-
return Utils.GetScreenRect(m_cursorPosition, cursorScreenPo);
93+
return Utils.GetScreenRect(m_cursorPosition, cursorScreenPos);
9494
}
95-
95+
9696
public Bounds GetViewportBounds(Camera camera, Vector3 cursorScreenPos)
9797
{
9898
return Utils.GetViewportBounds(camera, m_cursorPosition, cursorScreenPos);

0 commit comments

Comments
 (0)