mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Remove STB nonsense todo assert.
This commit is contained in:
3
3rdparty/stb/stb_truetype.h
vendored
3
3rdparty/stb/stb_truetype.h
vendored
@@ -1581,8 +1581,7 @@ STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unicode_codep
|
||||
}
|
||||
return 0; // not found
|
||||
}
|
||||
// @TODO
|
||||
STBTT_assert(0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user