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 = "";