mirror of
https://github.com/godotengine/godot.git
synced 2026-04-14 21:59:58 +00:00
When a Signal with unbinds was connected to a non-existing function, the connection attempt was made before the function was created. I moved the creation of the function in front of the connection attempt.