You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Revert "Use AHashMap for RBMap nodes and HashMap input_activity"
This reverts commit c91c604eaa.
This caused a critical regression:
- Fixes #102374.
This commit is contained in:
@@ -410,7 +410,7 @@ class AnimationNodeBlendTree : public AnimationRootNode {
|
||||
Vector<StringName> connections;
|
||||
};
|
||||
|
||||
AHashMap<StringName, Node> nodes;
|
||||
RBMap<StringName, Node, StringName::AlphCompare> nodes;
|
||||
|
||||
Vector2 graph_offset;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user