mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-03-02 03:41:02 +01:00
Fix config screen rendering order in 1.20.4
This commit is contained in:
parent
16dd9002b3
commit
40689b6400
@ -161,9 +161,8 @@ public class ViaConfigScreen extends Screen implements AbstractViaConfigScreen {
|
||||
|
||||
@Override
|
||||
public void render(DrawContext drawContext, int mouseX, int mouseY, float delta) {
|
||||
this.renderBackground(drawContext, mouseX, mouseY, delta);
|
||||
drawContext.drawCenteredTextWithShadow(this.textRenderer, this.title, this.width / 2, 20, 16777215);
|
||||
super.render(drawContext, mouseX, mouseY, delta);
|
||||
drawContext.drawCenteredTextWithShadow(this.textRenderer, this.title, this.width / 2, 20, 16777215);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user