From cfe86bd41f28e50f4725ce45844306570d0337d2 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 12 Jan 2016 08:46:52 +0100 Subject: [PATCH] PS3 was triggering this assert - remove this --- deps/stb/stb_truetype.h | 1 - 1 file changed, 1 deletion(-) diff --git a/deps/stb/stb_truetype.h b/deps/stb/stb_truetype.h index 352a352956..ba3dd5acc0 100644 --- a/deps/stb/stb_truetype.h +++ b/deps/stb/stb_truetype.h @@ -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; }