diff --git a/src/tag.c b/src/tag.c index abbd28b..b385191 100644 --- a/src/tag.c +++ b/src/tag.c @@ -42,8 +42,8 @@ static void init(void) { if (initFont(&font, "fonts/Instrument.ttf", 100)) { exit(3); } - if (writeText(&_texId, font, "macron = loser", - (SDL_Color){255, 255, 255, 255}, GL_FALSE)) { + if (writeText(&_texId, font, "macron = loser", (SDL_Color){0, 0, 0, 255}, + GL_TRUE)) { exit(3); } freeFont(font);