You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-01 16:38:31 +00:00
Update HarfBuzz, ICU and FreeType
HarfBuzz: Update to version 7.3.0 ICU4C: Update to version 73.1 FreeType: Update to version 2.13.0
This commit is contained in:
2
thirdparty/harfbuzz/src/hb-buffer.hh
vendored
2
thirdparty/harfbuzz/src/hb-buffer.hh
vendored
@@ -553,7 +553,7 @@ struct hb_buffer_t
|
||||
bool message (hb_font_t *font, const char *fmt, ...) HB_PRINTF_FUNC(3, 4)
|
||||
{
|
||||
#ifdef HB_NO_BUFFER_MESSAGE
|
||||
return true;
|
||||
return true;
|
||||
#else
|
||||
if (likely (!messaging ()))
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user