aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-03-28 15:09:24 +0200
committerdec05eba <dec05eba@protonmail.com>2021-03-28 15:09:24 +0200
commitaa26d1733df9a9b53e702563dc730beae7e17be0 (patch)
tree7c44e7ccd728262281141a0521feb46280c40418
parent54457170be5c9769464c7b16e21558ac7dae2ef4 (diff)
Asdf
-rw-r--r--src/Body.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Body.cpp b/src/Body.cpp
index 0a439a3..a5a8eed 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -126,6 +126,7 @@ namespace QuickMedia {
item_background(sf::Vector2f(1.0f, 1.0f), 10.0f, 10),
loading_icon(loading_icon_texture),
num_visible_items(0),
+ first_item_fully_visible(true),
last_item_fully_visible(true),
first_fully_visible_item(-1),
last_fully_visible_item(-1)