Skip to content
Snippets Groups Projects
Commit 8e5501d4 authored by Thomas Müller's avatar Thomas Müller
Browse files

VR: fix not all performance settings being applied when starting with `--vr`

parent 176b122c
No related branches found
No related tags found
No related merge requests found
...@@ -211,6 +211,7 @@ void Testbed::set_mode(ETestbedMode mode) { ...@@ -211,6 +211,7 @@ void Testbed::set_mode(ETestbedMode mode) {
} }
reset_camera(); reset_camera();
update_vr_performance_settings();
} }
fs::path Testbed::find_network_config(const fs::path& network_config_path) { fs::path Testbed::find_network_config(const fs::path& network_config_path) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment