Reset shader color after drawing fluid

This commit is contained in:
modmuss50 2023-05-13 23:05:17 +01:00 committed by modmuss
parent 628d949c60
commit 08fd9a2e27

View file

@ -683,6 +683,7 @@ public class GuiBuilder {
break;
}
}
drawContext.setShaderColor(1, 1, 1, 1);
}
/**