diff -r efe5d4523a23 -r 0b1c315ffc64 Source/BoardView.m --- a/Source/BoardView.m Thu Jul 31 13:23:44 2008 -0700 +++ b/Source/BoardView.m Sun Feb 06 16:31:03 2011 -0800 @@ -113,6 +113,7 @@ _table.autoresizingMask = kCALayerMinXMargin | kCALayerMaxXMargin | kCALayerMinYMargin | kCALayerMaxYMargin; // Tell the game to set up the board: + _game.tablePerspectiveAngle = _perspective; _game.table = _table; [self.layer addSublayer: _table];