From 0a0e5e80f08360e6a1547e70114180214739f244 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 7 Oct 2019 09:20:57 +0200 Subject: Fix remaining # --- src/display/sp-canvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display/sp-canvas.cpp') diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 26a966b50..62edc36c4 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -58,7 +58,7 @@ static bool const HAS_BROKEN_MOTION_HINTS = true; //#define DEBUG_REDRAW 1; // Define this to output the time spent in a full iddle loop and the number of "tiles" painted -//define DEBUG_PERFORMANCE 1; +//#define DEBUG_PERFORMANCE 1; // Tiles are a way to minimize the number of redraws, eliminating too small redraws. // The canvas stores a 2D array of ints, each representing a TILE_SIZExTILE_SIZE pixels tile. -- cgit v1.2.3