diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-08 18:32:58 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-08 18:32:58 -0700 |
| commit | 711f765802fb89a140a72d307ddec31319a80241 (patch) | |
| tree | e3c4ce2ceef9aa77ca67bf8a3f14de839a3a9e15 | |
| parent | d0047af322b022104ae2707f1479d1623d62da5f (diff) | |
Center teapot in 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) { |