diff options
Diffstat (limited to 'src/ui.c')
| -rw-r--r-- | src/ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |
