Merge branch 'master' of github.com:sippeangelo/DepthsBelow

Conflicts:
	DepthsBelow/DepthsBelow/MouseInput.cs
This commit is contained in:
Niklas Ulf Anders Cullberg
2012-10-01 16:37:48 +02:00
+3 -1
View File
@@ -24,7 +24,8 @@ namespace DepthsBelow
bool checkingDirection = false;
public MouseInput(Core core)
public MouseInput(Core core)
{
this.core = core;
@@ -32,6 +33,7 @@ namespace DepthsBelow
gridRectangle = Rectangle.Empty;
}
public void LoadContent()
{
selectionTexture = new Texture2D(core.GraphicsDevice, 1, 1);