0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Fix red flash not being red

This commit is contained in:
Alexander01998 2021-12-24 12:57:47 +01:00
parent dbc25e9304
commit d7372a4415

View File

@ -418,6 +418,7 @@ public final class AltManagerScreen extends Screen
// red flash for errors
if(errorTimer > 0)
{
RenderSystem.setShader(GameRenderer::getPositionShader);
GL11.glDisable(GL11.GL_CULL_FACE);
GL11.glEnable(GL11.GL_BLEND);