aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Gui.cpp
diff options
context:
space:
mode:
authorLoki Rautio <lokirautio@gmail.com>2026-03-06 12:54:28 -0600
committerLoki Rautio <lokirautio@gmail.com>2026-03-06 12:54:28 -0600
commit84c06dde726d93faf24835eda92325ba35eb46ca (patch)
tree4e4996783b6e158ca48ecbfe7228f2ee82cb1b9d /Minecraft.Client/Gui.cpp
parent23271617470c7e775761aa54ae879b32996c7b95 (diff)
Switch back to Iggy chat temporarily
Partially reverts changes in #682 that uses a better technique for rendering the chat in favor of Iggy. We will need to go back once we update that version for better visual parity with the Iggy chat rendering (position, spacing, font size) but this works for now. Fixes #718
Diffstat (limited to 'Minecraft.Client/Gui.cpp')
-rw-r--r--Minecraft.Client/Gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Gui.cpp b/Minecraft.Client/Gui.cpp
index 365ddeac..0a890d93 100644
--- a/Minecraft.Client/Gui.cpp
+++ b/Minecraft.Client/Gui.cpp
@@ -971,7 +971,7 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse)
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
glDisable(GL_ALPHA_TEST);
-#if defined(_WINDOWS64)
+#if 0 // defined(_WINDOWS64) // Temporarily disable this chat in favor of iggy chat until we have better visual parity
glPushMatrix();
glTranslatef(0.0f, static_cast<float>(screenHeight - iSafezoneYHalf - iTooltipsYOffset - 16 - 3 + 22) - 24.0f, 0.0f);