浏览代码

Merge pull request #55 from OpenHMD/threaded-updates

Boosted threaded polling rate for more acturate data
TheOnlyJoey 9 年之前
父节点
当前提交
9108802cff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/openhmd.c

+ 1 - 1
src/openhmd.c

@@ -13,7 +13,7 @@
 #include <stdio.h>
 
 // Running automatic updates at 144 Hz
-#define AUTOMATIC_UPDATE_SLEEP (1.0 / 144.0)
+#define AUTOMATIC_UPDATE_SLEEP (1.0 / 1000.0)
 
 ohmd_context* OHMD_APIENTRY ohmd_ctx_create(void)
 {