Skip to content

Commit

Permalink
Lowered chat y pos
Browse files Browse the repository at this point in the history
  • Loading branch information
Permdog99 committed Jan 25, 2025
1 parent e22cd8d commit 9718b60
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ private void startChatRender(GuiGraphics guiGraphics, int tickCount, int mouseX,
ci.cancel();
return;
}
int hudScale = Tweaks.LEGACY_UI.guiHudTweaks.generalTweaks.hudScale.get();
float posX = HudHelper.getChatScreenSpacing();
float posY = -95;
float posY = -72;
guiGraphics.setColor(1.0f, 1.0f, 1.0f, 1.0f);
HudHelper.start(guiGraphics, HudHelper.guiHudTweaks.chatTweaks.legacyChat.isOn(), HudHelper.guiHudTweaks.chatTweaks.applyHudScaleChat.isOn(), HudHelper.guiHudTweaks.chatTweaks.applyScreenSpacingChat.isOn(), false, true, 1f, posX, posY, 2f, 1f);
}
Expand Down

0 comments on commit 9718b60

Please sign in to comment.