Skip to content

Commit

Permalink
Fix #6875: useTerminalUseLargeFont location error (#6930)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cjsah committed Feb 24, 2023
1 parent 0b7686f commit 05cd2b9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ public static void renderSizeLabel(Font fontRenderer, float xPos, float yPos, St
Transformation tm = new Transformation(new Vector3f(0, 0, 300), // Taken from
// ItemRenderer.renderItemOverlayIntoGUI
null, new Vector3f(scaleFactor, scaleFactor, scaleFactor), null);

renderSizeLabel(tm.getMatrix(), fontRenderer, xPos, yPos, text, false);
renderSizeLabel(tm.getMatrix(), fontRenderer, xPos, yPos, text, largeFonts);
}

public static void renderSizeLabel(Matrix4f matrix, Font fontRenderer, float xPos, float yPos, String text,
Expand Down

0 comments on commit 05cd2b9

Please sign in to comment.