diff --git a/ZSharp/graphics.h b/ZSharp/graphics.h index 283504e..d84d207 100644 --- a/ZSharp/graphics.h +++ b/ZSharp/graphics.h @@ -554,7 +554,7 @@ public: { SDL_Color color = { r, g, b }; - SDL_Surface* surface = TTF_RenderText_Solid(font, content.c_str(), color); + SDL_Surface* surface = TTF_RenderText_Blended(font, content.c_str(), color); SDL_DestroyTexture(texture); texture = SDL_CreateTextureFromSurface(gRenderer, surface);