mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-29 07:12:55 +00:00
83c15ff469
Attempting to move the function node to another function whose data connection is a dependency of the node the specific node being moved to a different function during changes to sequence connections.
By skipping, if the from_node is a function_node during the data connection dependencies scan.
Should fix #37991
(cherry picked from commit 5c48631509)