aboutsummaryrefslogtreecommitdiffstats
path: root/LibOVR/Src/Displays/OVR_OSX_Display.h
diff options
context:
space:
mode:
Diffstat (limited to 'LibOVR/Src/Displays/OVR_OSX_Display.h')
-rw-r--r--LibOVR/Src/Displays/OVR_OSX_Display.h5
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)
{
}