Przeglądaj źródła

Removed stupid todo assert.

Branimir Karadžić 4 lat temu
rodzic
commit
d25c14e52f
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      3rdparty/stb/stb_truetype.h

+ 1 - 2
3rdparty/stb/stb_truetype.h

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