mirror of
https://github.com/godotengine/godot.git
synced 2026-02-22 11:50:51 +00:00
Always call disconnect before emitting signals, to avoid calling it on a freed object if the user decides to unreference it in a signal.
Always call disconnect before emitting signals, to avoid calling it on a freed object if the user decides to unreference it in a signal.