Browse Source

Remove STB nonsense todo assert.

Бранимир Караџић 9 months ago
parent
commit
384e514f1b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      3rdparty/stb/stb_truetype.h

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

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