From 6affd0dec1bb50d2df258e114d20ec848efad6e0 Mon Sep 17 00:00:00 2001
From: Brad Davis <bdavis@saintandreas.org>
Date: Tue, 17 Mar 2015 12:38:58 +0100
Subject: Fixing DK2 screen parameters for linux, windows and osx

---
 LibOVR/Src/OVR_Linux_HMDDevice.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'LibOVR/Src/OVR_Linux_HMDDevice.cpp')

diff --git a/LibOVR/Src/OVR_Linux_HMDDevice.cpp b/LibOVR/Src/OVR_Linux_HMDDevice.cpp
index 98143d3..f797bd7 100644
--- a/LibOVR/Src/OVR_Linux_HMDDevice.cpp
+++ b/LibOVR/Src/OVR_Linux_HMDDevice.cpp
@@ -239,7 +239,7 @@ void HMDDeviceFactory::EnumerateDevices(EnumerateVisitor& visitor)
             // Hard-coded defaults in case the device doesn't have the data itself.
             if (strstr(device_id, "OVR0003"))
             {   // DK2 prototypes and variants (default to HmdType_DK2)
-                hmdCreateDesc.SetScreenParameters(mx, my, 1920, 1080, 0.12576f, 0.07074f, 0.12576f*0.5f, 0.0635f );
+                hmdCreateDesc.SetScreenParameters(mx, my, 1920, 1080, 0.12576f, 0.07074f, 0.07074f*0.5f, 0.0635f );
             }
             else if (strstr(device_id, "OVR0002"))
             {   // HD Prototypes (default to HmdType_DKHDProto)
-- 
cgit v1.2.3