Remove STB nonsense todo assert.

This commit is contained in:
Бранимир Караџић
2025-03-06 19:14:24 -08:00
parent ee8664e068
commit 384e514f1b

View File

@@ -1581,8 +1581,7 @@ STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unicode_codep
}
return 0; // not found
}
// @TODO
STBTT_assert(0);
return 0;
}