You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fixed resource name not updated when saved in resurce dock
This commit is contained in:
@@ -224,6 +224,7 @@ void ResourcesDock::_file_action(const String& p_path) {
|
|||||||
|
|
||||||
save_resource(p_path,res);
|
save_resource(p_path,res);
|
||||||
|
|
||||||
|
_update_name(ti);
|
||||||
|
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user