Fixed build.

This commit is contained in:
Branimir Karadžić 2016-04-19 20:21:56 -07:00
parent 4036371a75
commit bea4569a3c
1 changed files with 2 additions and 1 deletions

View File

@ -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;