mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-04-04 23:17:45 -07:00
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();
|
String[] varTextures = par1EntityHorse.getVariantTexturePaths();
|
||||||
|
|
||||||
for(String tex : varTextures){
|
for(String tex : varTextures){
|
||||||
|
horseVariantTextures.clear();
|
||||||
if(tex != null){
|
if(tex != null){
|
||||||
horseVariantTextures.add(new TextureLocation(tex));
|
horseVariantTextures.add(new TextureLocation(tex));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user