From ed0953ff50e45620202dd6bcc1ed6ef8ee32bcaf Mon Sep 17 00:00:00 2001 From: Simon Holmberg Date: Mon, 29 Oct 2012 14:36:51 +0100 Subject: [PATCH] Silly static texture... --- DepthsBelow/DepthsBelow/Shot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DepthsBelow/DepthsBelow/Shot.cs b/DepthsBelow/DepthsBelow/Shot.cs index 02adb7b..9287a64 100755 --- a/DepthsBelow/DepthsBelow/Shot.cs +++ b/DepthsBelow/DepthsBelow/Shot.cs @@ -10,7 +10,7 @@ namespace DepthsBelow { public class Shot : Entity { - public static Texture2D Texture; + public Texture2D Texture; public Color Color; public static Point Origin; string type = "";