mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 14:28:49 +02:00
Enable reprojection on OpenVR
This commit is contained in:
parent
574737fbb5
commit
99009d8a2d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
const float TARGET_RATE_OpenVr = 90.0f; // FIXME: get from sdk tracked device property? This number is vive-only.
|
||||
|
||||
#define OPENVR_THREADED_SUBMIT 0
|
||||
#define OPENVR_THREADED_SUBMIT 1
|
||||
|
||||
#if OPENVR_THREADED_SUBMIT
|
||||
class OpenVrSubmitThread;
|
||||
|
|
Loading…
Reference in a new issue