summary refs log tree commit diff
path: root/bin/gfxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gfxx.c')
-rw-r--r--bin/gfxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gfxx.c b/bin/gfxx.c
index 11f9aa20..43cbe5f6 100644
--- a/bin/gfxx.c
+++ b/bin/gfxx.c
@@ -182,7 +182,7 @@ static bool nextY(struct Iter *it) {
     }
     it->x = it->left;
     if (mirror) it->x += width - 1;
-    return (it->left < it->xres);
+    return (it->left < it->xres / scale);
 }
 
 static bool next(struct Iter *it) {