Browse Source

Merge pull request #55 from OpenHMD/threaded-updates

Boosted threaded polling rate for more acturate data
TheOnlyJoey 9 years ago
parent
commit
9108802cff
1 changed files with 1 additions and 1 deletions
  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)
 {