summaryrefslogtreecommitdiff
path: root/src/ui/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/text.c')
-rw-r--r--src/ui/text.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/text.c b/src/ui/text.c
index 5163d14a..8107b886 100644
--- a/src/ui/text.c
+++ b/src/ui/text.c
@@ -994,7 +994,6 @@ static iRect run_Font_(iFont *d, const iRunArgs *args) {
994 const iColor clr = get_Color(colorNum); 994 const iColor clr = get_Color(colorNum);
995 SDL_SetTextureColorMod(text_.cache, clr.r, clr.g, clr.b); 995 SDL_SetTextureColorMod(text_.cache, clr.r, clr.g, clr.b);
996 if (args->mode & fillBackground_RunMode) { 996 if (args->mode & fillBackground_RunMode) {
997 printf("draw color: [%d] %d,%d,%d\n", colorNum, clr.r, clr.g, clr.b);
998 SDL_SetRenderDrawColor(text_.render, clr.r, clr.g, clr.b, 0); 997 SDL_SetRenderDrawColor(text_.render, clr.r, clr.g, clr.b, 0);
999 } 998 }
1000 } 999 }