Skip to content

Commit

Permalink
fixed scaling issue with iPhone 6 plus
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Nov 22, 2014
1 parent f49586d commit 6ae0634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/ios/Gearboy/GLViewController.mm
Expand Up @@ -45,7 +45,7 @@ - (void)viewDidLoad
{
[super viewDidLoad];

float scale =[[UIScreen mainScreen] scale];
float scale =[[UIScreen mainScreen] nativeScale];
GLKView *view = (GLKView *)self.view;

self.theEmulator.glview = view;
Expand Down

0 comments on commit 6ae0634

Please sign in to comment.