summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 3f66d5a..19d4b6c 100644
--- a/main.c
+++ b/main.c
@@ -781,6 +781,7 @@ int main(int argc, char **argv) {
ted->mouse_state = SDL_GetMouseState(&mx, &my);
ted->mouse_pos = (vec2){(float)mx, (float)my};
}
+
// default to arrow cursor
ted->cursor = ted->cursor_arrow;
if (!(ted->mouse_state & SDL_BUTTON_LMASK)) {