aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-03-28 15:08:32 +0200
committerdec05eba <dec05eba@protonmail.com>2021-03-28 15:08:32 +0200
commit54457170be5c9769464c7b16e21558ac7dae2ef4 (patch)
treec7f0a1b5715db29bebdfbb6e35a3b1db9a8c52b8 /src
parent861a023946b660a4e2acead9c1dd02f13b60e579 (diff)
C++ was a mistake
Diffstat (limited to 'src')
-rw-r--r--src/Body.cpp2
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;