summaryrefslogtreecommitdiff
path: root/atari/plot
diff options
context:
space:
mode:
Diffstat (limited to 'atari/plot')
-rwxr-xr-xatari/plot/plot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/atari/plot/plot.c b/atari/plot/plot.c
index e926deb77..dfd9b0eff 100755
--- a/atari/plot/plot.c
+++ b/atari/plot/plot.c
@@ -1928,9 +1928,9 @@ bool plot_clip(const struct rect *clip)
}
if (!rc_intersect(&screen, &gclip)) {
- dbg_rect("cliprect: ", &view.clipping);
- dbg_grect("screen: ", &canvas);
- dbg_grect("canvas clipped: ", &gclip);
+ //dbg_rect("cliprect: ", &view.clipping);
+ //dbg_grect("screen: ", &canvas);
+ //dbg_grect("canvas clipped: ", &gclip);
//assert(1 == 0);
}