We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffdce92 commit 8a33481Copy full SHA for 8a33481
game/screens/qubo_screen.cpp
@@ -22,7 +22,7 @@ namespace Screens {
22
exit(1);
23
}
24
25
- SDL_Surface* score_text_surface = TTF_RenderText_Solid(this->font, "QUBO Score", this->text_color);
+ SDL_Surface* score_text_surface = TTF_RenderText_Solid(this->font, "Score", this->text_color);
26
this->score_text_texture = SDL_CreateTextureFromSurface(render, score_text_surface);
27
this->score_text_shape = SDL_Rect{20, 20, score_text_surface->w, score_text_surface->h};
28
SDL_FreeSurface(score_text_surface);
0 commit comments