From 711f765802fb89a140a72d307ddec31319a80241 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Tue, 8 Sep 2026 18:32:58 -0700 Subject: Center teapot in teapot.c --- src/teapot.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/teapot.c') 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) { -- cgit v1.2.3