X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FFont.hpp;h=45ea9284b233bc7d7cb1e2a01666d5708f6b141d;hb=0e3f96ecb9ade07a7b831078fee025aff44d44d4;hp=1d4ff17f619823b14efabe3fa8ac6a1a1452bee6;hpb=55dbd6b35a39888f245e247d2e140f141f918178;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;