Update #10 - Fixed global shading bug with arrows in players

This commit is contained in:
LAX1DUDE
2023-01-05 00:58:57 -08:00
parent d93fbdc9f6
commit 8c67503984
3 changed files with 9 additions and 4 deletions

View File

@ -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