You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Fix for resource save dialog call
to make sure the resource save opens in the current folder when using right click to do it.
This commit is contained in:
@@ -1408,7 +1408,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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user