Skip to content

Commit

Permalink
another whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KentuckyCompass authored and hrydgard committed Jan 27, 2018
1 parent c5a09de commit e7c9afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/ViewController.mm
Expand Up @@ -171,7 +171,7 @@ - (void)viewDidLoad {
graphicsContext = new IOSGraphicsContext();

NativeInitGraphics(graphicsContext);
graphicsContext->ThreadStart();
graphicsContext->ThreadStart();

dp_xscale = (float)dp_xres / (float)pixel_xres;
dp_yscale = (float)dp_yres / (float)pixel_yres;
Expand Down

0 comments on commit e7c9afd

Please sign in to comment.