2
0
Эх сурвалжийг харах

Fixed resource name not updated when saved in resurce dock

marynate 11 жил өмнө
parent
commit
ee131f9f05

+ 1 - 0
tools/editor/resources_dock.cpp

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