We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1db6fe commit d1ba8a0Copy full SHA for d1ba8a0
common/src/main/kotlin/com/lambda/graphics/renderer/gui/font/glyph/EmojiGlyphs.kt
@@ -35,6 +35,7 @@ class EmojiGlyphs(zipUrl: String) {
35
LOG.info("Loaded ${emojiMap.size} emojis in $time ms")
36
}.onFailure {
37
LOG.error("Failed to load emojis: ${it.message}", it)
38
+ fontTexture = MipmapTexture(BufferedImage(1024, 1024, BufferedImage.TYPE_INT_ARGB))
39
}
40
41
0 commit comments