From 5d3ec6c8ff43b2e0a5122aa5cea52f5a7983d223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sun, 6 Nov 2022 14:35:28 +0100 Subject: [PATCH] Fix type of predictedDisplayTime --- Common/VR/VRBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/VR/VRBase.h b/Common/VR/VRBase.h index 73870ab7dd..b77e6dc7d0 100644 --- a/Common/VR/VRBase.h +++ b/Common/VR/VRBase.h @@ -172,7 +172,7 @@ typedef struct { typedef struct { uint64_t frameIndex; ovrApp appState; - float predictedDisplayTime; + XrTime predictedDisplayTime; XrGraphicsBindingVulkanKHR graphicsBindingVulkan; } engine_t;