diff options
-rw-r--r-- | src/Body.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Body.cpp b/src/Body.cpp index c2a7681..0a439a3 100644 --- a/src/Body.cpp +++ b/src/Body.cpp @@ -620,7 +620,7 @@ namespace QuickMedia { //page_scroll = std::floor(page_scroll); pos.y += page_scroll; - bool first_item_fully_visible = true; + first_item_fully_visible = true; bool last_item_fully_visible_set = false; bool items_cut_off_set = false; |