This commit is contained in:
maloryware
2024-12-31 18:57:42 +00:00
parent 7cdd7cdc73
commit 00e080e715

View File

@@ -489,7 +489,7 @@ public abstract class MidnightConfig {
context.drawOrderedTooltip(textRenderer, tooltipLines, mouseX, mouseY);
// testing purposes
// else context.drawTooltip(textRenderer, Text.of(String.format("%s, %s", mouseX, mouseY)), mouseX, mouseY);
/* else context.drawTooltip(textRenderer, Text.of(String.format("%s, %s", mouseX, mouseY)), mouseX, mouseY); */
}
}