diff import/myrrdin/consumers/tile.d @ 10:79b534bbda65

new director model
author fred@reichbier.de
date Sat, 19 Jul 2008 19:29:00 +0200
parents 156a95e4c018
children
line wrap: on
line diff
--- a/import/myrrdin/consumers/tile.d	Sat Jul 19 17:27:34 2008 +0200
+++ b/import/myrrdin/consumers/tile.d	Sat Jul 19 19:29:00 2008 +0200
@@ -36,8 +36,7 @@
 class TileConsumer : Consumer {
     public Tilemap map;
 
-    this(Renderer renderer, Tilemap map) {
-	super(renderer);
+    this(Tilemap map) {
 	this.map = map;
     }