From 8f2366c1fd9850c0689306419343265099cfca7a Mon Sep 17 00:00:00 2001 From: syeyoung Date: Thu, 26 Jan 2023 01:27:59 +0900 Subject: - do not break contract - richtext Signed-off-by: syeyoung --- .../dungeonsguide/launcher/gui/tooltip/NotificationManager.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'loader/src/main') diff --git a/loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/gui/tooltip/NotificationManager.java b/loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/gui/tooltip/NotificationManager.java index e9a394cf..6328a831 100644 --- a/loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/gui/tooltip/NotificationManager.java +++ b/loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/gui/tooltip/NotificationManager.java @@ -111,7 +111,6 @@ public class NotificationManager { GlStateManager.enableDepth(); GlStateManager.popMatrix(); - } @SubscribeEvent public void onGuiPostRender(GuiScreenEvent.DrawScreenEvent.Post rendered) { @@ -175,8 +174,6 @@ public class NotificationManager { GlStateManager.enableDepth(); GlStateManager.popMatrix(); - - } -- cgit