aboutsummaryrefslogtreecommitdiffstats
path: root/src/text.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.hpp')
-rw-r--r--src/text.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text.hpp b/src/text.hpp
index 604710d..0f98688 100644
--- a/src/text.hpp
+++ b/src/text.hpp
@@ -50,8 +50,8 @@ struct FT_Info {
struct Text {
std::string text;
- float x;
- float y;
+ int x;
+ int y;
float z;
Text(std::string _text, float _x, float _y, float _z = 0.0f) :