X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FFont.hpp;h=b940059787ec0485ed153eb760f5e8b11078dacc;hb=38a4cffc0b6aa58e49d24c06aad7bee14cb6515d;hp=45ea9284b233bc7d7cb1e2a01666d5708f6b141d;hpb=1bc6f085c53cdeaa08e2c00e821d4e2e25cae1c8;p=blank.git diff --git a/src/graphics/Font.hpp b/src/graphics/Font.hpp index 45ea928..b940059 100644 --- a/src/graphics/Font.hpp +++ b/src/graphics/Font.hpp @@ -57,7 +57,7 @@ public: bool HasGlyph(Uint16) const noexcept; - glm::tvec2 TextSize(const char *) const; + glm::ivec2 TextSize(const char *) const; Texture Render(const char *) const; void Render(const char *, Texture &) const;