aboutsummaryrefslogtreecommitdiffstats
path: root/LibOVR/Src/OVR_OSX_HMDDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LibOVR/Src/OVR_OSX_HMDDevice.cpp')
-rw-r--r--LibOVR/Src/OVR_OSX_HMDDevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibOVR/Src/OVR_OSX_HMDDevice.cpp b/LibOVR/Src/OVR_OSX_HMDDevice.cpp
index edf940d..7a9796c 100644
--- a/LibOVR/Src/OVR_OSX_HMDDevice.cpp
+++ b/LibOVR/Src/OVR_OSX_HMDDevice.cpp
@@ -229,7 +229,7 @@ void HMDDeviceFactory::EnumerateDevices(EnumerateVisitor& visitor)
if (product == 3)
{ // DK2 prototypes and variants (default to HmdType_DK2)
hmdCreateDesc.SetScreenParameters(desktop.origin.x, desktop.origin.y,
- 1920, 1080, 0.12576f, 0.07074f, 0.12576f*0.5f, 0.0635f );
+ 1920, 1080, 0.12576f, 0.07074f, 0.07074f*0.5f, 0.0635f );
}
else if (product == 2)
{ // HD Prototypes (default to HmdType_DKHDProto)