diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Body.hpp b/include/Body.hpp index 8a3bce5..84d0f14 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -304,6 +304,7 @@ namespace QuickMedia { float offset_to_top = 0.0f; float offset_to_bottom = 0.0f; int clamp_selected_item_to_body_count = 1; + int shit_hack_body_size_change = 0; bool mouse_left_pressed = false; bool mouse_left_clicked = false; bool has_scrolled_with_input = false; |