Closed tarragonfly closed 7 months ago
When I connect a signal, this warnings appears in console:
D:\a\godot-orchestrator\godot-orchestrator\src\editor\graph\graph_edit.cpp:587 - _synchronize_graph_node cannot update existing nodes; likely a bug!?
Console should be clean
There's a warning in console that might be a bug
v4.2.1.stable
2.0.stable
The signals do work as intended as far as I can tell.
Applied to main (=2.1) and branch 2.0.
Describe the bug
When I connect a signal, this warnings appears in console:
D:\a\godot-orchestrator\godot-orchestrator\src\editor\graph\graph_edit.cpp:587 - _synchronize_graph_node cannot update existing nodes; likely a bug!?
Expected behavior
Console should be clean
Actual behavior
There's a warning in console that might be a bug
How to Reproduce?
Godot full version
v4.2.1.stable
Orchestrator version
2.0.stable
Additional information
The signals do work as intended as far as I can tell.