From 1405d648b6264cfda7c46f5b251258335abaee83 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 20 Aug 2022 11:56:05 -0400 Subject: transparency with font on ui box --- src/text.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/text.hpp') 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) : -- cgit v1.2.3