From 0e68de252a3ba0cedbab9d72a8785c1b982927a2 Mon Sep 17 00:00:00 2001 From: Jorj Bauer Date: Fri, 10 Jul 2020 10:54:05 -0400 Subject: [PATCH] add clarifying comment --- sdl/sdl-display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl/sdl-display.cpp b/sdl/sdl-display.cpp index b923116..2b0863a 100644 --- a/sdl/sdl-display.cpp +++ b/sdl/sdl-display.cpp @@ -152,7 +152,6 @@ void SDLDisplay::drawPixel(uint16_t x, uint16_t y, uint16_t color) g = (color & 0x7E0) >> 3, b = (color & 0x1F) << 3; - // Pixel-doubling vertically and horizontally, based on scale for (int yoff=0; yoff