PS3 was triggering this assert - remove this

This commit is contained in:
twinaphex 2016-01-12 08:46:52 +01:00
parent 4824ae0e04
commit cfe86bd41f

View File

@ -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;
}