mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 08:01:32 +01:00
Update AnimatedResourceLocation.java
This commit is contained in:
parent
1c6e1965e4
commit
22bc9d9bac
@ -68,7 +68,7 @@ public class AnimatedResourceLocation {
|
|||||||
public void bindTexture() {
|
public void bindTexture() {
|
||||||
// if(currentFrame == 0) {
|
// if(currentFrame == 0) {
|
||||||
// binding = false;
|
// binding = false;
|
||||||
Minecraft.getMinecraft().getTextureManager().bindTexture(this.getTextures()[0]);
|
Minecraft.getMinecraft().getTextureManager().bindTexture(this.getTexture());
|
||||||
// return;
|
// return;
|
||||||
// }
|
// }
|
||||||
// binding = ((TextureManagerExt) Minecraft.getMinecraft().getTextureManager()).waitBindTexture(new StaticResourceLocation(this.getTexture().getResourcePath()), new StaticResourceLocation(this.getTextures()[0].getResourcePath()), 1000);
|
// binding = ((TextureManagerExt) Minecraft.getMinecraft().getTextureManager()).waitBindTexture(new StaticResourceLocation(this.getTexture().getResourcePath()), new StaticResourceLocation(this.getTextures()[0].getResourcePath()), 1000);
|
||||||
|
Loading…
Reference in New Issue
Block a user