Merge remote-tracking branch 'origin/1.16.5' into 1.16.5

This commit is contained in:
Morippi
2021-12-10 19:05:38 +01:00
@@ -175,6 +175,7 @@ public class MinecraftRenderWrapper implements IMinecraftRenderWrapper
public int[] getLightmapPixels()
{
LightTexture tex = GAME_RENDERER.lightTexture();
tex.tick(); // This call makes no sense, but it fixes pause menu flicker bug
NativeImage lightMapPixels = tex.lightPixels;
LightMapWrapper lightMap = new LightMapWrapper(lightMapPixels);