Fixed crash when closing the worldmap sometimes

This commit is contained in:
Pazaz 2022-05-05 12:11:40 -04:00
parent 8dc27ef51e
commit 77bfb744bc
23 changed files with 111 additions and 108 deletions

View file

@ -151,7 +151,7 @@ public final class Static242 {
}
local1.glEnableClientState(GL2.GL_COLOR_ARRAY);
local1.glDepthMask(true);
GlRenderer.method4173();
GlRenderer.restoreLighting();
}
@OriginalMember(owner = "client!tj", name = "a", descriptor = "([BIIIII)Z")