From e8aeab226d40e383f6346890ca41b80258f605f5 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 21 Mar 2020 21:59:03 +0100 Subject: Smooth font --- include/graphics.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/graphics.hpp') diff --git a/include/graphics.hpp b/include/graphics.hpp index f98f175..3a47441 100644 --- a/include/graphics.hpp +++ b/include/graphics.hpp @@ -49,7 +49,7 @@ class Graphics void handleEvent(); SDL_Texture *addNumberTex(int n); SDL_Texture *getNumberTex(int n) const; - SDL_Texture *newTextTex(std::string s, SDL_Color c); + SDL_Texture *newTextTex(std::string s, SDL_Color c, SDL_Color bg); void error() const; static SDL_Color makeColor(int r, int g, int b); -- cgit