X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fvideo%2Ffont.hpp;h=ffd89b80a4da1f84e594c37ce75b35722a1a9302;hb=d78fbc721f773f410a373ca1f060dfe223cf45d2;hp=62b5d91c153fed2467148aa546b53cc37e431f87;hpb=12a28b64dcce9c7ff706451b4f3aecd201cc8a5f;p=supertux.git diff --git a/src/video/font.hpp b/src/video/font.hpp index 62b5d91c1..ffd89b80a 100644 --- a/src/video/font.hpp +++ b/src/video/font.hpp @@ -21,7 +21,7 @@ #include #include -#include "math/rect.hpp" +#include "math/rectf.hpp" #include "math/vector.hpp" #include "video/color.hpp" #include "video/surface.hpp" @@ -120,7 +120,7 @@ private: int surface_idx; /** Position of the glyph inside the surface */ - Rect rect; + Rectf rect; Glyph() : advance(),