mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Made ECR diffs more preview-friendly in future commits
This commit is contained in:
@ -10,23 +10,23 @@
|
||||
+ import net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite;
|
||||
+ import net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer;
|
||||
|
||||
> DELETE 8 @ 6 : 8
|
||||
> DELETE 6 @ 4 : 6
|
||||
|
||||
> CHANGE 15 : 17 @ 15 : 17
|
||||
> CHANGE 7 : 9 @ 9 : 11
|
||||
|
||||
~ private EaglerTextureAtlasSprite[] atlasSpritesLava = new EaglerTextureAtlasSprite[2];
|
||||
~ private EaglerTextureAtlasSprite[] atlasSpritesWater = new EaglerTextureAtlasSprite[2];
|
||||
|
||||
> CHANGE 34 : 36 @ 34 : 35
|
||||
> CHANGE 19 : 21 @ 19 : 20
|
||||
|
||||
~ EaglerTextureAtlasSprite[] atextureatlassprite = blockliquid.getMaterial() == Material.lava
|
||||
~ ? this.atlasSpritesLava
|
||||
|
||||
> CHANGE 67 : 68 @ 66 : 67
|
||||
> CHANGE 33 : 34 @ 32 : 33
|
||||
|
||||
~ EaglerTextureAtlasSprite textureatlassprite = atextureatlassprite[0];
|
||||
|
||||
> CHANGE 173 : 174 @ 172 : 173
|
||||
> CHANGE 106 : 107 @ 106 : 107
|
||||
|
||||
~ EaglerTextureAtlasSprite textureatlassprite1 = atextureatlassprite[1];
|
||||
|
||||
|
Reference in New Issue
Block a user