From 32dc394487af8e4fb1b43fb852f1d5448eaf7f31 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 4 Sep 2014 14:32:18 -0700 Subject: Updating to windows 0.4.2 --- LibOVR/Src/CAPI/CAPI_DistortionRenderer.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'LibOVR/Src/CAPI/CAPI_DistortionRenderer.h') diff --git a/LibOVR/Src/CAPI/CAPI_DistortionRenderer.h b/LibOVR/Src/CAPI/CAPI_DistortionRenderer.h index 601cbc2..c9a86fa 100644 --- a/LibOVR/Src/CAPI/CAPI_DistortionRenderer.h +++ b/LibOVR/Src/CAPI/CAPI_DistortionRenderer.h @@ -50,14 +50,15 @@ public: DistortionRenderer(ovrRenderAPIType api, ovrHmd hmd, FrameTimeManager& timeManager, const HMDRenderState& renderState) : + LastUsedOverdriveTextureIndex(-1), + LatencyTestActive(false), + LatencyTest2Active(false), RenderAPI(api), HMD(hmd), TimeManager(timeManager), RState(renderState), - RegisteredPostDistortionCallback(NULL), - LastUsedOverdriveTextureIndex(-1), - LatencyTestActive(false), - LatencyTest2Active(false) + GfxState(), + RegisteredPostDistortionCallback(NULL) { #ifdef OVR_OS_WIN32 timer = CreateWaitableTimer(NULL, TRUE, NULL); -- cgit v1.2.3