From 01491d73564cb796367554558042d4f88077f0a1 Mon Sep 17 00:00:00 2001 From: Simon Holmberg Date: Mon, 1 Oct 2012 16:34:42 +0200 Subject: [PATCH] Conflict test --- DepthsBelow/DepthsBelow/MouseInput.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/DepthsBelow/DepthsBelow/MouseInput.cs b/DepthsBelow/DepthsBelow/MouseInput.cs index b57cb28..8d81de2 100755 --- a/DepthsBelow/DepthsBelow/MouseInput.cs +++ b/DepthsBelow/DepthsBelow/MouseInput.cs @@ -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() {