fix gamma breaking f3 menu (#704)

This commit is contained in:
Lrxh
2026-03-06 18:14:44 +01:00
committed by GitHub
parent 6cd6b21926
commit 185af94839

View File

@@ -1169,8 +1169,6 @@ void GameRenderer::render(float a, bool bFirst)
lastNsTime = System::nanoTime();
ApplyGammaPostProcess();
if (!mc->options->hideGui || mc->screen != NULL)
{
mc->gui->render(a, mc->screen != NULL, xMouse, yMouse);
@@ -1196,6 +1194,7 @@ void GameRenderer::render(float a, bool bFirst)
if (mc->screen != NULL && mc->screen->particles != NULL) mc->screen->particles->render(a);
}
ApplyGammaPostProcess();
}
void GameRenderer::renderLevel(float a)