1
0
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:
bruvzg
2023-09-05 08:27:29 +03:00
parent 75de1ca768
commit afbba19f5d
59 changed files with 2079 additions and 1443 deletions

View File

@@ -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;
}