X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FFont.hpp;h=45ea9284b233bc7d7cb1e2a01666d5708f6b141d;hb=1bc6f085c53cdeaa08e2c00e821d4e2e25cae1c8;hp=1d4ff17f619823b14efabe3fa8ac6a1a1452bee6;hpb=5d2da8a07411ad6417d6ed8d1be997189cf5ce89;p=blank.git diff --git a/src/graphics/Font.hpp b/src/graphics/Font.hpp index 1d4ff17..45ea928 100644 --- a/src/graphics/Font.hpp +++ b/src/graphics/Font.hpp @@ -59,8 +59,8 @@ public: glm::tvec2 TextSize(const char *) const; - Texture Render(const char *, SDL_Color) const; - void Render(const char *, SDL_Color, Texture &) const; + Texture Render(const char *) const; + void Render(const char *, Texture &) const; private: TTF_Font *handle;