Skip to content

Commit

Permalink
Minor code comment fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
codehearted committed Jan 20, 2015
1 parent d31648e commit df87ceb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions XXO/XXO/GameViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ - (void)viewDidLoad

// Create and configure the scene.
self.board = [GameBoard unarchiveFromFile:@"GameScene"];
// self.scene.scaleMode = SKSceneScaleModeResizeFill;
self.board.scaleMode = SKSceneScaleModeAspectFill;
self.board.vc = self; // **********
self.board.vc = self;

// Present the scene.
[skView presentScene:self.board];
Expand Down

0 comments on commit df87ceb

Please sign in to comment.