Browse Source

Update iOSWindow.mm

marauder2k7 7 years ago
parent
commit
f067e79eaa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engine/source/platformiOS/iOSWindow.mm

+ 1 - 1
engine/source/platformiOS/iOSWindow.mm

@@ -134,7 +134,7 @@ void Platform::init()
     
     // Set RetinaEnabled and the Scale
     // NOTE: I think we could get rid of RetinaEnabled through out and just multiply directly by the scale or use RetinaScale > 1 when needed because with iPhone 6 Plus the screenScale is 3.
-    Con::setBoolVariable("$pref::iOS::RetinaEnabled", retinaEnabled);
+    Con::setBoolVariable("$pref::iOS::RetinaEnabled", gOutlineEnabled);
     Con::setBoolVariable("$pref::iOS::RetinaScale", screenScale);
     
     // Determine the Aspect Ratio and set the device type from that