try to fix config backport bug

This commit is contained in:
creeper123123321 2020-10-11 19:09:30 -03:00
parent 7f8efb79a5
commit de59b52faf

View File

@ -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);