Merge remote-tracking branch 'origin/1.16.5' into 1.16.5
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user