Fix array overflow bug
This commit is contained in:
parent
6018ff3798
commit
2a263f8941
File diff suppressed because it is too large
Load Diff
34089
javascript/classes.js
34089
javascript/classes.js
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -94,6 +94,7 @@ public class RenderHorse extends RenderLiving
|
|||
String[] varTextures = par1EntityHorse.getVariantTexturePaths();
|
||||
|
||||
for(String tex : varTextures){
|
||||
horseVariantTextures.clear();
|
||||
if(tex != null){
|
||||
horseVariantTextures.add(new TextureLocation(tex));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue