unsnarled the input a bit
This commit is contained in:
@@ -36,5 +36,6 @@ namespace OpenRa
|
||||
|
||||
public static readonly int2 Zero = new int2(0, 0);
|
||||
public Point ToPoint() { return new Point(X, Y); }
|
||||
public PointF ToPointF() { return new PointF(X, Y); }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user