From e5cbbea696f19ba527e9da3af84ada9f98e921c7 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 19 Dec 2021 19:35:14 -0500 Subject: [PATCH] Change text to white only --- src/board.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/board.cpp b/src/board.cpp index 462ea14..4a09466 100644 --- a/src/board.cpp +++ b/src/board.cpp @@ -159,8 +159,7 @@ bool SDL_Texture_Wrapper::load(){ } tmpSurface = TTF_RenderText_Solid(fs_font, _text.c_str(), - //{ BOARD_RED, BOARD_GREEN, BOARD_BLUE }); - { 0xCC, 0xCC, 0xCC }); + { 0xFF, 0xFF, 0xFF }); if(tmpSurface == NULL){ SDL_Log("SDL_Texture_Wrapper: Failed to create surface from string (%s): %s\n",