Change text to white only
This commit is contained in:
parent
ef4b3bfbf3
commit
e5cbbea696
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user