forked from hertog/godot-module-template
feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
2
engine/thirdparty/harfbuzz/src/hb-map.hh
vendored
2
engine/thirdparty/harfbuzz/src/hb-map.hh
vendored
|
|
@ -307,7 +307,7 @@ struct hb_hashmap_t
|
|||
const V& get_with_hash (const K &key, uint32_t hash) const
|
||||
{
|
||||
if (!items) return item_t::default_value ();
|
||||
auto *item = fetch_item (key, hb_hash (key));
|
||||
auto *item = fetch_item (key, hash);
|
||||
if (item)
|
||||
return item->value;
|
||||
return item_t::default_value ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue