From 384e514f1b295f64c4070697fd9f8b444a0f256c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Thu, 6 Mar 2025 19:14:24 -0800 Subject: [PATCH] Remove STB nonsense todo assert. --- 3rdparty/stb/stb_truetype.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/3rdparty/stb/stb_truetype.h b/3rdparty/stb/stb_truetype.h index 90a5c2e2b..2993ea6d3 100644 --- a/3rdparty/stb/stb_truetype.h +++ b/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 } - // @TODO - STBTT_assert(0); + return 0; }