Skip to content

Commit d249ba3

Browse files
committed
Removed useless setting
1 parent 168e705 commit d249ba3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/client/FontSettings.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ object FontSettings : Module(
1313
val shadowShift by setting("Shadow Shift", 1.0, 0.0..2.0, 0.05, visibility = { shadow })
1414
val gapSetting by setting("Gap", 1.5, -10.0..10.0, 0.5)
1515
val baselineOffset by setting("Vertical Offset", 0.0, -10.0..10.0, 0.5)
16-
val amountOfGlyphs by setting("Glyph Count", 2048, 128..65536, 1, description = "Restart required")
1716
private val lodBiasSetting by setting("Smoothing", 0.0, -10.0..10.0, 0.5)
1817

1918
val lodBias get() = lodBiasSetting * 0.25f - 0.75f

0 commit comments

Comments
 (0)