changeset 1387:14d79e4d82cf

Oops, 100L. Had forgotten to change singlecolor mode handling pixel getter argument order ..
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Sep 2017 21:19:44 +0300
parents 5c3ee6f028dc
children 4f81528aa4f6
files tools/lib64gfx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.c	Sun Sep 24 21:17:56 2017 +0300
+++ b/tools/lib64gfx.c	Sun Sep 24 21:19:44 2017 +0300
@@ -1431,7 +1431,7 @@
                 const int bmoffs = bmoffsy + (x * 8);
                 const int vshift = 7 - (xc & 7);
 
-                *d++ = getPixel(src, bmoffs, vshift, 0, scroffs, yc);
+                *d++ = getPixel(src, bmoffs, scroffs, vshift, 0, yc);
             }
             else
             // Multicolor bitmap and variants