You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts.
This commit is contained in:
4
thirdparty/harfbuzz/src/hb-debug.hh
vendored
4
thirdparty/harfbuzz/src/hb-debug.hh
vendored
@@ -67,12 +67,12 @@ hb_options ()
|
||||
#endif
|
||||
/* Make a local copy, so we can access bitfield threadsafely. */
|
||||
hb_options_union_t u;
|
||||
u.i = _hb_options.get_relaxed ();
|
||||
u.i = _hb_options;
|
||||
|
||||
if (unlikely (!u.i))
|
||||
{
|
||||
_hb_options_init ();
|
||||
u.i = _hb_options.get_relaxed ();
|
||||
u.i = _hb_options;
|
||||
}
|
||||
|
||||
return u.opts;
|
||||
|
||||
Reference in New Issue
Block a user