aboutsummaryrefslogtreecommitdiffstats
path: root/src/text.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-08-20 11:56:05 -0400
committerClyne Sullivan <clyne@bitgloo.com>2022-08-20 11:56:05 -0400
commit1405d648b6264cfda7c46f5b251258335abaee83 (patch)
tree555baeceb4beebeb2a3cc69cc736fc2680faa742 /src/text.hpp
parent9562fde36d6d28188210eb6053b9e2f9a9242702 (diff)
transparency with font on ui box
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) :