Skip to content

Commit

Permalink
nvm that changes nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
freebonsai committed Apr 28, 2024
1 parent 10f5af6 commit 3685165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odinmain/src/main/kotlin/me/odinmain/font/OdinFont.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object OdinFont {

val typeText = if (type == BOLD) "§l$text" else text

fontRenderer.drawString(UMatrixStack.Compat.get(), typeText, color.javaColor, drawX, drawY, 10f, scale, shadow)
fontRenderer.drawString(UMatrixStack.Compat.get(), typeText, color.javaColor, drawX, drawY, 1f, scale, shadow)
}

fun getTextWidth(text: String, size: Float): Float {
Expand Down

0 comments on commit 3685165

Please sign in to comment.