mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
This fixes `Node::set_name()` to release the old unique name before performing the rename. #76560 changed the code to update `data.name` before calling `_release_unique_name_in_owner()`, causing to incorrectly try releasing the new name instead of the old name. Fixes #108683