Remove old comment for hl GetGlyphIndices
The array size is already determined by the first loop
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user