diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-11-18 01:24:27 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-11-18 01:25:04 +0100 |
commit | 74dc2a6b2c480f33009d575c7b80ca9101f7d408 (patch) | |
tree | 2452a95a4b2b63a43d154f48279eaf1e7053bb12 /opentrack | |
parent | dd9dfa1af29e9723a5bc0d62890cea3756912a62 (diff) |
opentrack: refresh octopus at 60 Hz
Diffstat (limited to 'opentrack')
-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 |