diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/BodyItem.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/BodyItem.hpp b/include/BodyItem.hpp index 1d967b5..e2f4918 100644 --- a/include/BodyItem.hpp +++ b/include/BodyItem.hpp @@ -145,6 +145,8 @@ namespace QuickMedia { std::string post_number; void *userdata; // Not managed, should be deallocated by whoever sets this float loaded_height = 0.0f; + float height = 0.0f; + float prev_height = 0.0f; sf::Vector2f loaded_image_size; float loaded_content_height = 0.0f; FetchStatus embedded_item_status = FetchStatus::NONE; |