mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-14 20:27:40 +00:00
Fix array overflow bug
This commit is contained in:
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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user