PS3 was triggering this assert - remove this
This commit is contained in:
parent
4824ae0e04
commit
cfe86bd41f
|
@ -1074,7 +1074,6 @@ STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unicode_codep
|
|||
return 0; /* not found */
|
||||
}
|
||||
/* @TODO */
|
||||
retro_assert(0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue