diff options
Diffstat (limited to 'plot.c')
-rw-r--r-- | plot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ void plot_clear(void) { /* blank out the background with black */ - SDL_SetRenderDrawColor(renderer, 0x00, 0x00, 0x00, 0xFF); + SDL_SetRenderDrawColor(renderer, 0x28, 0x28, 0x28, 0xFF); SDL_RenderFillRect(renderer, NULL); } |