diff options
author | nopo <nopotheemail@gmail.com> | 2023-02-14 17:03:41 +1100 |
---|---|---|
committer | nopo <nopotheemail@gmail.com> | 2023-02-14 17:03:41 +1100 |
commit | e97efba693a8f1c58947233701401553eb1cf9d4 (patch) | |
tree | e667ba6abbdfd37d8861e5bd5396faa1b91cfbe9 | |
parent | c93219db518daf2928e02f1e3d1fa1505f0d07ef (diff) | |
download | NotEnoughUpdates-e97efba693a8f1c58947233701401553eb1cf9d4.tar.gz NotEnoughUpdates-e97efba693a8f1c58947233701401553eb1cf9d4.tar.bz2 NotEnoughUpdates-e97efba693a8f1c58947233701401553eb1cf9d4.zip |
Fixed equipment overlay breaking
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java b/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java index 2b7e4b98..80be41f7 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java @@ -1780,7 +1780,7 @@ public class Utils { GlStateManager.enableDepth(); RenderHelper.enableStandardItemLighting(); GlStateManager.enableRescaleNormal(); - Utils.resetGuiScale(); + Utils.pushGuiScale(0); } GlStateManager.disableLighting(); } |