Skip to content

Commit b1f247b

Browse files
authored
Update MobileInputController.cs
1 parent daa5435 commit b1f247b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Script/MobileInputController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void Update () {
5454
Vertical = PointPosition.y;
5555
}
5656

57-
public void Coordinate()
57+
public Vector2 Coordinate()
5858
{
5959
return new Vector2(Horizontal,Vertical);
6060
}

0 commit comments

Comments
 (0)