]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/Font.hpp
move font color from texture to uniform
[blank.git] / src / graphics / Font.hpp
index 1d4ff17f619823b14efabe3fa8ac6a1a1452bee6..45ea9284b233bc7d7cb1e2a01666d5708f6b141d 100644 (file)
@@ -59,8 +59,8 @@ public:
 
        glm::tvec2<int> 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;