diff -r efe5d4523a23 -r b53fa38013fc Source/BoardView.m --- a/Source/BoardView.m Thu Jul 31 13:23:44 2008 -0700 +++ b/Source/BoardView.m Fri Nov 21 09:31:57 2008 -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];