You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Merge pull request #106434 from Ivorforce/invert-hashfuncs
Reduce cross project includes by rewriting `HashMapHasherDefault`.
This commit is contained in:
@@ -637,7 +637,7 @@ private:
|
||||
};
|
||||
|
||||
MethodInfo user;
|
||||
HashMap<Callable, Slot, HashableHasher<Callable>> slot_map;
|
||||
HashMap<Callable, Slot> slot_map;
|
||||
bool removable = false;
|
||||
};
|
||||
friend struct _ObjectSignalLock;
|
||||
|
||||
Reference in New Issue
Block a user