Skip to content

Commit

Permalink
Merge pull request #78795 from akien-mga/project-converter-keep-rende…
Browse files Browse the repository at this point in the history
…ring-driver

Project converter: Use same rendering driver as Project Manager
  • Loading branch information
akien-mga committed Jul 8, 2023
2 parents 98358b2 + 53c78b2 commit 19c6294
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/project_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2337,6 +2337,8 @@ void ProjectManager::_perform_full_project_conversion() {
args.push_back("--path");
args.push_back(path);
args.push_back("--convert-3to4");
args.push_back("--rendering-driver");
args.push_back(Main::get_rendering_driver_name());

Error err = OS::get_singleton()->create_instance(args);
ERR_FAIL_COND(err);
Expand Down

0 comments on commit 19c6294

Please sign in to comment.