mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-25 12:15:14 +01:00
try to fix config backport bug
This commit is contained in:
parent
7f8efb79a5
commit
de59b52faf
@ -178,7 +178,7 @@ public class ViaConfigScreen extends Screen {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void render(MatrixStack matrices, int mouseX, int mouseY, float delta) {
|
||||
public void render(int mouseX, int mouseY, float delta) {
|
||||
this.renderBackground();
|
||||
drawCenteredString(this.font, this.title.asString(), this.width / 2, 20, 16777215);
|
||||
super.render(mouseX, mouseY, delta);
|
||||
|
Loading…
Reference in New Issue
Block a user