From 74dc2a6b2c480f33009d575c7b80ca9101f7d408 Mon Sep 17 00:00:00 2001
From: Stanislaw Halik <sthalik@misaki.pl>
Date: Thu, 18 Nov 2021 01:24:27 +0100
Subject: opentrack: refresh octopus at 60 Hz

---
 opentrack/main-window.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'opentrack')

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
-- 
cgit v1.2.3