Browse Source

Fixed build.

Branimir Karadžić 9 years ago
parent
commit
bea4569a3c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      include/bgfx/c99/bgfx.h

+ 2 - 1
include/bgfx/c99/bgfx.h

@@ -278,7 +278,8 @@ typedef struct bgfx_hmd_eye
     float rotation[4];
     float rotation[4];
     float translation[3];
     float translation[3];
     float fov[4];
     float fov[4];
-    float adjust[3];
+    float viewOffset[3];
+    float projection[16];
     float pixelsPerTanAngle[2];
     float pixelsPerTanAngle[2];
 
 
 } bgfx_hmd_eye_t;
 } bgfx_hmd_eye_t;