sms, fix 8bit fast renderer
authorkub <derkub@gmail.com>
Wed, 20 Jan 2021 19:52:36 +0000 (20:52 +0100)
committerkub <derkub@gmail.com>
Wed, 20 Jan 2021 19:55:12 +0000 (20:55 +0100)
pico/draw.c

index ce4fe1c..403da0f 100644 (file)
@@ -2017,6 +2017,7 @@ void PicoDrawSetOutBufMD(void *dest, int increment)
     // kludge for no-copy mode, using ALT_RENDERER layout\r
     PicoDrawSetInternalBuf(dest, increment);\r
   } else if (FinalizeLine == NULL) {\r
+    PicoDrawSetInternalBuf(dest, increment); // needed for Mode4\r
     PicoDraw2SetOutBuf(dest, increment);\r
   } else if (dest != NULL) {\r
     DrawLineDestBase = dest;\r