Skip to content

Commit b959c80

Browse files
committed
removed todo comment
1 parent d03c64c commit b959c80

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/graphics/renderer/gui/font/glyph

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/graphics/renderer/gui/font/glyph/EmojiGlyphs.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ class EmojiGlyphs(zipUrl: String) {
107107

108108
companion object {
109109
private const val STEP = 2
110-
private const val GL_TEXTURE_SLOT = 1 // TODO: Texture slot borrowing
110+
private const val GL_TEXTURE_SLOT = 1
111111
}
112112
}

0 commit comments

Comments
 (0)