mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #10 - Fixed global shading bug with arrows in players
This commit is contained in:
@ -15,8 +15,13 @@
|
||||
|
||||
> DELETE 2 @ 2 : 3
|
||||
|
||||
> CHANGE 17 : 18 @ 17 : 18
|
||||
> CHANGE 17 : 19 @ 17 : 19
|
||||
|
||||
~ EaglercraftRandom random = new EaglercraftRandom((long) entitylivingbase.getEntityId());
|
||||
~ GlStateManager.disableLighting();
|
||||
|
||||
> CHANGE 32 : 33 @ 32 : 33
|
||||
|
||||
~ GlStateManager.enableLighting();
|
||||
|
||||
> EOF
|
||||
|
Reference in New Issue
Block a user