diff options
author | Sven Gothel <[email protected]> | 2015-03-28 01:43:35 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-28 01:43:35 +0100 |
commit | 4207f9c279e832e3afcb3f5fc6cd8d84cb4cfe4c (patch) | |
tree | cf3671058d55b47ab6cb6f36f369928606137628 /LibOVR/Src/Displays/OVR_OSX_Display.h | |
parent | c29cd1a2fbff6282bab956ad61661ac9d48c4e6e (diff) |
Bump OculusVR RIFT SDK to 0.5.0.1vanilla_0.5.0.1
Diffstat (limited to 'LibOVR/Src/Displays/OVR_OSX_Display.h')
-rw-r--r-- | LibOVR/Src/Displays/OVR_OSX_Display.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/LibOVR/Src/Displays/OVR_OSX_Display.h b/LibOVR/Src/Displays/OVR_OSX_Display.h index a69c955..d76e8db 100644 --- a/LibOVR/Src/Displays/OVR_OSX_Display.h +++ b/LibOVR/Src/Displays/OVR_OSX_Display.h @@ -53,6 +53,7 @@ struct DisplayDesc Sizei LogicalResolutionInPixels; Sizei NativeResolutionInPixels; Vector2i DesktopDisplayOffset; + int Rotation; }; @@ -112,8 +113,8 @@ public: dd.NativeResolutionInPixels, dd.DesktopDisplayOffset, 0, - 0, - false) + dd.Rotation, + false) { } |