Skip to content

Commit

Permalink
Remove extra renderBackground
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthegreat1 authored Dec 23, 2024
1 parent e0b73b4 commit ce9b4a3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public DungeonMapConfigScreen(Screen parent) {
@Override
public void render(DrawContext context, int mouseX, int mouseY, float delta) {
super.render(context, mouseX, mouseY, delta);
renderBackground(context, mouseX, mouseY, delta);
renderHUDMap(context, mapX, mapY);
renderHUDScore(context, scoreX, scoreY);
context.drawCenteredTextWithShadow(textRenderer, "Right Click To Reset Position", width >> 1, height >> 1, Color.GRAY.getRGB());
Expand Down

0 comments on commit ce9b4a3

Please sign in to comment.