You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Update HarfBuzz to 7.1.0
This commit is contained in:
2
thirdparty/harfbuzz/src/hb-priority-queue.hh
vendored
2
thirdparty/harfbuzz/src/hb-priority-queue.hh
vendored
@@ -62,7 +62,7 @@ struct hb_priority_queue_t
|
||||
item_t result = heap.arrayZ[0];
|
||||
|
||||
heap.arrayZ[0] = heap.arrayZ[heap.length - 1];
|
||||
heap.shrink (heap.length - 1);
|
||||
heap.resize (heap.length - 1);
|
||||
|
||||
if (!is_empty ())
|
||||
bubble_down (0);
|
||||
|
||||
Reference in New Issue
Block a user