mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Swap arguments of ResourceSaver.save()
This commit is contained in:
parent
ba3734e69a
commit
c3606cb5f3
57 changed files with 97 additions and 99 deletions
|
@ -123,7 +123,7 @@ void OpenXRInterface::_load_action_map() {
|
|||
#ifdef TOOLS_ENABLED
|
||||
// Save our action sets so our user can
|
||||
action_map->set_path(default_tres_name, true);
|
||||
ResourceSaver::save(default_tres_name, action_map);
|
||||
ResourceSaver::save(action_map, default_tres_name);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue