mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 00:10:43 +00:00
fix gamma breaking f3 menu (#704)
This commit is contained in:
parent
6cd6b21926
commit
185af94839
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue