Skip to content

Commit 384e514

Browse files
committed
Remove STB nonsense todo assert.
1 parent ee8664e commit 384e514

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

3rdparty/stb/stb_truetype.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1581,8 +1581,7 @@ STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unicode_codep
15811581
}
15821582
return 0; // not found
15831583
}
1584-
// @TODO
1585-
STBTT_assert(0);
1584+
15861585
return 0;
15871586
}
15881587

0 commit comments

Comments
 (0)