fixed 1.20.2 incompatibility
This commit is contained in:
parent
e593859723
commit
543f2a18cf
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue