Conflict test

This commit is contained in:
2012-10-01 16:34:42 +02:00
parent f8e9ec4630
commit 01491d7356
+1 -7
View File
@@ -19,13 +19,7 @@ namespace DepthsBelow
Rectangle gridRectangle;
Texture2D gridTexture;
public MouseInput(Core core)
{
this.core = core;
selectionRectangle = Rectangle.Empty;
gridRectangle = Rectangle.Empty;
}
public void LoadContent()
{