white font

This commit is contained in:
Mylloon 2023-05-21 14:04:10 +02:00
parent ef7bf82a82
commit e8ddb8ada6
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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);