diff options
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 ad5ecc5..6ce9a4f 100644 --- a/src/teapot.c +++ b/src/teapot.c @@ -36,7 +36,6 @@ void ta_teapot_init(void) { SDL_GPU_TEXTUREFORMAT_D32_FLOAT, ta_gpu_sample_count ); - ta_teapot_model.position[1] = 1.0f; } void ta_teapot_upload(SDL_GPUCommandBuffer *command_buffer) { |