aboutsummaryrefslogtreecommitdiff
path: root/src/cdraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cdraw.c')
-rw-r--r--src/cdraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cdraw.c b/src/cdraw.c
index 74335d4..ecec5de 100644
--- a/src/cdraw.c
+++ b/src/cdraw.c
@@ -80,7 +80,7 @@ main_window_init(const char *s)
return 1;
}
- SDL_SetRenderDrawColor(ren, 18, 18, 18, 255);
+ SDL_SetRenderDrawColor(ren, INTTOCOLA(0x121212ff));
SDL_SetRenderDrawBlendMode(ren, SDL_BLENDMODE_NONE);
SDL_RenderPresent(ren);