diff options
Diffstat (limited to 'opentrack/main-window.cpp')
-rw-r--r-- | opentrack/main-window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/main-window.cpp b/opentrack/main-window.cpp index 4f6972f4..85c34c51 100644 --- a/opentrack/main-window.cpp +++ b/opentrack/main-window.cpp @@ -415,7 +415,7 @@ void main_window::start_tracker_() if (pProtocolDialog) pProtocolDialog->register_protocol(work->libs.pProtocol.get()); - pose_update_timer.start(50); + pose_update_timer.start(15); // NB check valid since SelectedLibraries ctor called // trackers take care of layout state updates |