From da1891aa0a053297e1b17bc34c23c362f9ac0c6b Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Wed, 9 Sep 2026 20:31:31 -0700 Subject: Add mouse movement --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 7e60569..1b3d1fc 100644 --- a/src/main.c +++ b/src/main.c @@ -60,6 +60,7 @@ static void ta_main_update(void) { #endif // ENABLE_AUDIO ta_gpu_start_frame(); ta_mouse_update(); + ta_camera_update(); ta_screen_update(); ta_gpu_end_frame(); } -- cgit v1.2.3