X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fgraphics%2FSurface.java;fp=src%2Forg%2Fibex%2Fgraphics%2FSurface.java;h=07992678317936bb64d3d23492c4dd3049f80dcf;hp=b27fa615b9f39e5800684fdbd41e860d60044f32;hb=559d1e3e071d2204c05c91f36a9349e57a7e7a91;hpb=c93b6c2e62a21de425ceff3ec9e4a5264e73142c diff --git a/src/org/ibex/graphics/Surface.java b/src/org/ibex/graphics/Surface.java index b27fa61..0799267 100644 --- a/src/org/ibex/graphics/Surface.java +++ b/src/org/ibex/graphics/Surface.java @@ -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);