Swap arguments of ResourceSaver.save()
This commit is contained in:
parent
ba3734e69a
commit
c3606cb5f3
57 changed files with 97 additions and 99 deletions
|
|
@ -131,7 +131,7 @@ Error ResourceImporterCSVTranslation::import(const String &p_source_file, const
|
|||
|
||||
String save_path = p_source_file.get_basename() + "." + translations[i]->get_locale() + ".translation";
|
||||
|
||||
ResourceSaver::save(save_path, xlt);
|
||||
ResourceSaver::save(xlt, save_path);
|
||||
if (r_gen_files) {
|
||||
r_gen_files->push_back(save_path);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue