Removed stupid todo assert.

This commit is contained in:
Branimir Karadžić
2021-02-25 18:52:00 -08:00
parent f5cdf6e4bf
commit d25c14e52f

View File

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