You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Swap arguments of ResourceSaver.save()
This commit is contained in:
@@ -515,7 +515,7 @@ void Skeleton3DEditor::_file_selected(const String &p_file) {
|
||||
}
|
||||
}
|
||||
|
||||
Error err = ResourceSaver::save(p_file, sp);
|
||||
Error err = ResourceSaver::save(sp, p_file);
|
||||
|
||||
if (err != OK) {
|
||||
EditorNode::get_singleton()->show_warning(vformat(TTR("Error saving file: %s"), p_file));
|
||||
|
||||
Reference in New Issue
Block a user