diff options
author | syeyoung <cyoung06@naver.com> | 2023-01-26 01:27:59 +0900 |
---|---|---|
committer | syeyoung <cyoung06@naver.com> | 2023-01-26 01:27:59 +0900 |
commit | 8f2366c1fd9850c0689306419343265099cfca7a (patch) | |
tree | 85e27135ad97a9201c9ba7ace469cac2217df3b0 /loader/src/main/java/kr | |
parent | 4621a34d61304907b834bc7893cc79488eccb957 (diff) | |
download | Skyblock-Dungeons-Guide-8f2366c1fd9850c0689306419343265099cfca7a.tar.gz Skyblock-Dungeons-Guide-8f2366c1fd9850c0689306419343265099cfca7a.tar.bz2 Skyblock-Dungeons-Guide-8f2366c1fd9850c0689306419343265099cfca7a.zip |
- do not break contract - richtext
Signed-off-by: syeyoung <cyoung06@naver.com>
Diffstat (limited to 'loader/src/main/java/kr')
-rw-r--r-- | loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/gui/tooltip/NotificationManager.java | 3 |
1 files changed, 0 insertions, 3 deletions
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(); - - } |