src/Graphics/Graphics.hh
branchnew_graphics
changeset 413 7dddc163489a
parent 412 721c60072091
child 414 cede5463b845
--- a/src/Graphics/Graphics.hh	Wed Jan 21 23:07:22 2009 +0200
+++ b/src/Graphics/Graphics.hh	Wed Jan 21 23:25:29 2009 +0200
@@ -49,7 +49,7 @@
         GameView *view = new GameView(state, player);
 
         // assign it to the display
-        display.setTarget(view);
+        display.setView(view);
     }
 
 };