mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05: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