You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
HarfBuzz: Update to version 8.2.2
This commit is contained in:
4
thirdparty/harfbuzz/src/hb-bit-set.hh
vendored
4
thirdparty/harfbuzz/src/hb-bit-set.hh
vendored
@@ -913,7 +913,7 @@ struct hb_bit_set_t
|
||||
|
||||
/* The extra page_map length is necessary; can't just rely on vector here,
|
||||
* since the next check would be tricked because a null page also has
|
||||
* major==0, which we can't distinguish from an actualy major==0 page... */
|
||||
* major==0, which we can't distinguish from an actually major==0 page... */
|
||||
unsigned i = last_page_lookup;
|
||||
if (likely (i < page_map.length))
|
||||
{
|
||||
@@ -947,7 +947,7 @@ struct hb_bit_set_t
|
||||
|
||||
/* The extra page_map length is necessary; can't just rely on vector here,
|
||||
* since the next check would be tricked because a null page also has
|
||||
* major==0, which we can't distinguish from an actualy major==0 page... */
|
||||
* major==0, which we can't distinguish from an actually major==0 page... */
|
||||
unsigned i = last_page_lookup;
|
||||
if (likely (i < page_map.length))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user