Source/BoardView.m
changeset 24 db8640a38faf
parent 23 efe5d4523a23
     1.1 --- a/Source/BoardView.m	Thu Jul 31 13:23:44 2008 -0700
     1.2 +++ b/Source/BoardView.m	Thu Jul 31 20:01:26 2008 -0700
     1.3 @@ -113,6 +113,7 @@
     1.4      _table.autoresizingMask = kCALayerMinXMargin | kCALayerMaxXMargin | kCALayerMinYMargin | kCALayerMaxYMargin;
     1.5      
     1.6      // Tell the game to set up the board:
     1.7 +    _game.tablePerspectiveAngle = _perspective;
     1.8      _game.table = _table;
     1.9  
    1.10      [self.layer addSublayer: _table];