Remove old comment for hl GetGlyphIndices

The array size is already determined by the first loop
This commit is contained in:
Tobiasz Laskowski
2025-03-11 01:14:18 +00:00
parent 6283017adb
commit f495b777ab

View File

@@ -1066,8 +1066,6 @@ namespace lime {
int count = 0;
const char* characters_start = characters;
// TODO: Determine array size first
while (*characters != 0) {
character = readNextChar (characters);