From 80adca9cf349da1dfb95d487ad534ce12f56afac Mon Sep 17 00:00:00 2001 From: FyloZ Date: Fri, 5 Jun 2020 21:35:06 -0400 Subject: [PATCH] Fixed Arachnus not spawning. --- Content/NPCs/Arachnus/Arachnus.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content/NPCs/Arachnus/Arachnus.cs b/Content/NPCs/Arachnus/Arachnus.cs index 7dea76e..4bb06cd 100644 --- a/Content/NPCs/Arachnus/Arachnus.cs +++ b/Content/NPCs/Arachnus/Arachnus.cs @@ -349,7 +349,7 @@ namespace Decimation.Content.NPCs.Arachnus public override bool PreDraw(SpriteBatch spriteBatch, Color drawColor) { Vector2 frameSize = new Vector2(298, 318); - Texture2D texture = mod.GetTexture("NPCs/Arachnus/Arachnus"); + Texture2D texture = mod.GetTexture("Content/NPCs/Arachnus/Arachnus"); spriteBatch.Draw (