You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Swap arguments of ResourceSaver.save()
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user