Skip to content

Commit

Permalink
Fix incorrect struct literal
Browse files Browse the repository at this point in the history
  • Loading branch information
marekmaskarinec committed Jan 30, 2024
1 parent 7408b98 commit d4b82a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ frame()
}
}

thg->mouse_delta = (th_vf2){};
thg->mouse_delta = (th_vf2){{0}};

th_input_cycle();
th_canvas_flush();
Expand Down

0 comments on commit d4b82a4

Please sign in to comment.