diff --git a/src/main/java/net/silentclient/client/cosmetics/AnimatedResourceLocation.java b/src/main/java/net/silentclient/client/cosmetics/AnimatedResourceLocation.java index a820988..873b1d0 100644 --- a/src/main/java/net/silentclient/client/cosmetics/AnimatedResourceLocation.java +++ b/src/main/java/net/silentclient/client/cosmetics/AnimatedResourceLocation.java @@ -68,7 +68,7 @@ public class AnimatedResourceLocation { public void bindTexture() { // if(currentFrame == 0) { // binding = false; - Minecraft.getMinecraft().getTextureManager().bindTexture(this.getTextures()[0]); + Minecraft.getMinecraft().getTextureManager().bindTexture(this.getTexture()); // return; // } // binding = ((TextureManagerExt) Minecraft.getMinecraft().getTextureManager()).waitBindTexture(new StaticResourceLocation(this.getTexture().getResourcePath()), new StaticResourceLocation(this.getTextures()[0].getResourcePath()), 1000);