git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1245 993157c7-ee19-0410-b2c4-bb4e9862e678

This commit is contained in:
beedee
2007-07-14 09:58:41 +00:00
parent 1bb569e277
commit 268e77161a
4 changed files with 4 additions and 6 deletions

View File

@@ -14,10 +14,8 @@ namespace OpenRa.Game
float2 scrollPosition;
readonly Renderer renderer;
public Size ClientSize { get { return clientSize; } }
public float2 Location { get { return scrollPosition; } }
public float2 Size { get { return new float2(ClientSize); } }
public float2 Size { get { return new float2(clientSize); } }
public int Width { get { return clientSize.Width; } }
public int Height { get { return clientSize.Height; } }