Fixed Arachnus not spawning.

This commit is contained in:
FyloZ 2020-06-05 21:35:06 -04:00
parent c3fcc05859
commit 80adca9cf3

View File

@ -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
(