disabled clipping code again; it is getting stuck in loops
[org.ibex.core.git] / src / org / ibex / graphics / Surface.java
index b27fa61..0799267 100644 (file)
@@ -291,7 +291,7 @@ public abstract class Surface implements Callable {
             if (w <= 0 || h <= 0) continue;
         */
             // FIXME: set clip to -- x, y, x + w, y + h, 
-            System.out.println("paint");
+
             root.render(this.getPixelBuffer(), identity, null);
             /*
             //getPixelBuffer().drawPicture(scarImage, 0, root.height - scarImage.height, x, y, x+w, y+h);