diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-09 20:31:31 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-09 20:31:31 -0700 |
| commit | da1891aa0a053297e1b17bc34c23c362f9ac0c6b (patch) | |
| tree | 1c74a7102475ab4d86a513f96680179985fc4455 /src/main.c | |
| parent | f7ab7a861f70bd67ef26685f29ed5e5b8b6bef17 (diff) | |
Add mouse movement
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); } |