From a34fe36a2b9eb3a9e4bbb4ee650bc4117d25d831 Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Tue, 15 Jul 2025 00:12:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=8B=97=E7=89=8CGUI?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../superbwarfare/client/screens/DogTagEditorScreen.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/atsuishio/superbwarfare/client/screens/DogTagEditorScreen.java b/src/main/java/com/atsuishio/superbwarfare/client/screens/DogTagEditorScreen.java index 86b878624..a158eaf7b 100644 --- a/src/main/java/com/atsuishio/superbwarfare/client/screens/DogTagEditorScreen.java +++ b/src/main/java/com/atsuishio/superbwarfare/client/screens/DogTagEditorScreen.java @@ -83,9 +83,9 @@ public class DogTagEditorScreen extends Screen { @Override public void render(@NotNull GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) { this.renderBackground(pGuiGraphics, pMouseX, pMouseY, pPartialTick); + this.renderBg(pGuiGraphics); super.render(pGuiGraphics, pMouseX, pMouseY, pPartialTick); this.name.render(pGuiGraphics, pMouseX, pMouseY, pPartialTick); - this.renderBg(pGuiGraphics); } @Override