mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +00:00
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
This commit is contained in:
parent
2327161747
commit
84c06dde72
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue