X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FFont.hpp;fp=src%2Fgraphics%2FFont.hpp;h=b940059787ec0485ed153eb760f5e8b11078dacc;hb=549646ac3e5bede5e77031f773649edf8de83608;hp=45ea9284b233bc7d7cb1e2a01666d5708f6b141d;hpb=e24b4ec1a0fb3ba58a8ea67cd8d8affe3c5a0a71;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;