diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-10 19:44:34 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-10 19:44:34 -0700 |
| commit | c822b2e7064496caf029d60822e53ed1a3129850 (patch) | |
| tree | f256879eeb1811033fa518ae3663ab66f38da564 /src/teapot.c | |
| parent | b4c740f9703716b08e0d9ad943a682ab358c2f5e (diff) | |
Make the teapot not spin
Diffstat (limited to 'src/teapot.c')
| -rw-r--r-- | src/teapot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/teapot.c b/src/teapot.c index 5b8e4e4..329dfd9 100644 --- a/src/teapot.c +++ b/src/teapot.c @@ -46,7 +46,6 @@ void ta_teapot_upload(SDL_GPUCommandBuffer *command_buffer) { } void ta_teapot_render(SDL_GPUCommandBuffer *command_buffer, SDL_GPURenderPass *render_pass) { - ta_teapot_model.rotation[1] = (float)SDL_GetTicks() * 0.01f; ta_model_render(&ta_teapot_model, command_buffer, render_pass, ta_window_width, ta_window_height); } |