|
@@ -1410,7 +1410,7 @@ void FileSystemDock::_resource_created() const {
|
|
|
|
|
|
RES current_res = RES(r);
|
|
RES current_res = RES(r);
|
|
|
|
|
|
- editor->save_resource_as(current_res);
|
|
|
|
|
|
+ editor->save_resource_as(current_res, path);
|
|
}
|
|
}
|
|
|
|
|
|
void FileSystemDock::_go_to_file_list() {
|
|
void FileSystemDock::_go_to_file_list() {
|