From b638fd776253fa0cb841175e3e134df4587101b6 Mon Sep 17 00:00:00 2001 From: Omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 30 Mar 2024 23:16:53 +1100 Subject: fix main loop example --- examples/input/ex_input.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/input') diff --git a/examples/input/ex_input.c b/examples/input/ex_input.c index 7ead3ec..0e72c16 100644 --- a/examples/input/ex_input.c +++ b/examples/input/ex_input.c @@ -12,7 +12,8 @@ typedef struct game_state { camera camera; vec3 camera_euler; - bool first_mouse_update; // so the camera doesnt lurch when you run the first process_camera_rotation + bool first_mouse_update; // so the camera doesnt lurch when you run the first + // process_camera_rotation } game_state; void update_camera_rotation(input_state* input, game_state* game, camera* cam); -- cgit v1.2.3-70-g09d2