aboutsummaryrefslogtreecommitdiff
path: root/include/BodyItem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/BodyItem.hpp')
-rw-r--r--include/BodyItem.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/BodyItem.hpp b/include/BodyItem.hpp
index 510d0e9..819b730 100644
--- a/include/BodyItem.hpp
+++ b/include/BodyItem.hpp
@@ -57,6 +57,7 @@ namespace QuickMedia {
void *userdata = nullptr;
mgl::vec2f size;
mgl::Color text_color;
+ int num_lines = 1;
};
class BodyItem {