You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-27 15:57:02 +00:00
HarfBuzz: Update to version 3.1.1
This commit is contained in:
2
thirdparty/harfbuzz/src/hb-ot-cff-common.hh
vendored
2
thirdparty/harfbuzz/src/hb-ot-cff-common.hh
vendored
@@ -373,7 +373,7 @@ struct Dict : UnsizedByteStr
|
||||
{
|
||||
TRACE_SERIALIZE (this);
|
||||
for (unsigned int i = 0; i < dictval.get_count (); i++)
|
||||
if (unlikely (!opszr.serialize (c, dictval[i], hb_forward<Ts> (ds)...)))
|
||||
if (unlikely (!opszr.serialize (c, dictval[i], std::forward<Ts> (ds)...)))
|
||||
return_trace (false);
|
||||
|
||||
return_trace (true);
|
||||
|
||||
Reference in New Issue
Block a user