1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Merge pull request #542 from marynate/PR-fix-resource-name-update

Fixed resource name not updated when saved in resurce dock
This commit is contained in:
reduz
2014-06-29 19:07:33 -03:00

View File

@@ -224,6 +224,7 @@ void ResourcesDock::_file_action(const String& p_path) {
save_resource(p_path,res);
_update_name(ti);
} break;