white font
This commit is contained in:
parent
ef7bf82a82
commit
e8ddb8ada6
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue