diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-03-28 15:09:24 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-03-28 15:09:24 +0200 |
commit | aa26d1733df9a9b53e702563dc730beae7e17be0 (patch) | |
tree | 7c44e7ccd728262281141a0521feb46280c40418 /src | |
parent | 54457170be5c9769464c7b16e21558ac7dae2ef4 (diff) |
Asdf
Diffstat (limited to 'src')
-rw-r--r-- | src/Body.cpp | 1 |
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) |