Browse Source

Update T2DViewController.mm

3dDeters 9 years ago
parent
commit
36958234f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engine/source/platformiOS/T2DViewController.mm

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

@@ -152,7 +152,7 @@ extern void _iOSGameInnerLoop();
     
     retinaEnabled = false;
     
-    if([[UIScreen mainScreen] respondsToSelector:@selector(scale)] && [[UIScreen mainScreen] scale] == 2)
+    if([[UIScreen mainScreen] respondsToSelector:@selector(scale)] && [[UIScreen mainScreen] scale] > 1)
         retinaEnabled = true;
     
     UIApplication * application = [UIApplication sharedApplication];