aboutsummaryrefslogtreecommitdiff
path: root/include/Text.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Text.hpp')
-rw-r--r--include/Text.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Text.hpp b/include/Text.hpp
index 9df973d..0bc3ced 100644
--- a/include/Text.hpp
+++ b/include/Text.hpp
@@ -87,7 +87,7 @@ namespace dchat
bool plainText;
bool editable;
CaretMoveDirection caretMoveDirection;
- float totalHeight;
+ sf::FloatRect boundingBox;
float lineSpacing;
std::vector<TextElement> textElements;