summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.c b/src/ui.c
index 043f088..e8e3629 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -84,6 +84,7 @@ inline scroll_state ui_create_scroll(s32 scroll)
state.scroll = 0;
state.height = scroll;
state.mouse_scrolling = false;
+ state.in_scroll = false;
return state;
}