You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-26 15:46:23 +00:00
HarfBuzz: Update to version 8.1.1
This commit is contained in:
4
thirdparty/harfbuzz/src/hb-ot-cff-common.hh
vendored
4
thirdparty/harfbuzz/src/hb-ot-cff-common.hh
vendored
@@ -94,10 +94,10 @@ struct CFFIndex
|
||||
for (const auto &_ : +it)
|
||||
{
|
||||
unsigned len = _.length;
|
||||
if (!len)
|
||||
continue;
|
||||
if (len <= 1)
|
||||
{
|
||||
if (!len)
|
||||
continue;
|
||||
*ret++ = *_.arrayZ;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user