Fixed osx build

This commit is contained in:
Colin Sherratt
2014-03-02 14:57:27 -07:00
parent e77c553357
commit b8bafb83a8
2 changed files with 11 additions and 5 deletions

View File

@ -18,8 +18,8 @@ extern "C"
};
struct HMDInfoC {
uint HResolution;
uint VResolution;
unsigned int HResolution;
unsigned int VResolution;
float HScreenSize;
float VScreenSize;
float VScreenCenter;