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 2.8.0
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
@@ -183,7 +183,7 @@ struct CFFIndex
|
||||
else
|
||||
{
|
||||
serialize_header(c, + it | hb_map ([] (const byte_str_t &_) { return _.length; }));
|
||||
for (const byte_str_t &_ : +it)
|
||||
for (const auto &_ : +it)
|
||||
_.copy (c);
|
||||
}
|
||||
return_trace (true);
|
||||
|
||||
Reference in New Issue
Block a user