Change text to white only

This commit is contained in:
Tyler Perkins 2021-12-19 19:35:14 -05:00
parent ef4b3bfbf3
commit e5cbbea696

View File

@ -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",