]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/Font.hpp
tvec[234]<int> -> ivec[234]
[blank.git] / src / graphics / Font.hpp
index 45ea9284b233bc7d7cb1e2a01666d5708f6b141d..b940059787ec0485ed153eb760f5e8b11078dacc 100644 (file)
@@ -57,7 +57,7 @@ public:
 
        bool HasGlyph(Uint16) const noexcept;
 
-       glm::tvec2<int> TextSize(const char *) const;
+       glm::ivec2 TextSize(const char *) const;
 
        Texture Render(const char *) const;
        void Render(const char *, Texture &) const;