fixed 1.20.2 incompatibility

This commit is contained in:
MeexReay 2023-10-20 22:27:39 +03:00
parent e593859723
commit 543f2a18cf
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ public class RepeatingScreen extends Screen {
@Override
public void render(DrawContext context, int mouseX, int mouseY, float delta) {
renderBackground(context);
renderBackgroundTexture(context);
// context.drawCenteredTextWithShadow(textRenderer,
// Text.literal("You must see me"),
// width / 2, height / 2,