diff -r efe5d4523a23 -r db8640a38faf Source/BoardView.m --- a/Source/BoardView.m Thu Jul 31 13:23:44 2008 -0700 +++ b/Source/BoardView.m Thu Jul 31 20:01:26 2008 -0700 @@ -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];