diff options
Diffstat (limited to 'src')
| -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); } |