Skip to content

Commit

Permalink
ixed scaling issue with iPhone 6 plus
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Nov 13, 2014
1 parent 68b2604 commit 3b2748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/ios/Gearsystem/GLViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ - (void)viewDidLoad
{
[super viewDidLoad];

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

BOOL retina, iPad;
Expand Down

0 comments on commit 3b2748d

Please sign in to comment.