From bea4569a3cec70c30a3046b548fa2c4fbf8bad2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 19 Apr 2016 20:21:56 -0700 Subject: [PATCH] Fixed build. --- include/bgfx/c99/bgfx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/bgfx/c99/bgfx.h b/include/bgfx/c99/bgfx.h index 35132b839..9f6fde039 100644 --- a/include/bgfx/c99/bgfx.h +++ b/include/bgfx/c99/bgfx.h @@ -278,7 +278,8 @@ typedef struct bgfx_hmd_eye float rotation[4]; float translation[3]; float fov[4]; - float adjust[3]; + float viewOffset[3]; + float projection[16]; float pixelsPerTanAngle[2]; } bgfx_hmd_eye_t;