You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
CI: Fix godot regression project test
Fix crash and memory leak in `SpringBoneSimulator3D` Fix crash in `GraphEdit`
This commit is contained in:
@@ -2330,6 +2330,8 @@ TypedArray<Dictionary> GraphEdit::_get_connections_intersecting_with_rect(const
|
||||
}
|
||||
|
||||
TypedArray<Dictionary> GraphEdit::_get_connection_list_from_node(const StringName &p_node) const {
|
||||
ERR_FAIL_COND_V(!connection_map.has(p_node), TypedArray<Dictionary>());
|
||||
|
||||
List<Ref<GraphEdit::Connection>> connections_from_node = connection_map.get(p_node);
|
||||
TypedArray<Dictionary> connections_from_node_dict;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user