summaryrefslogtreecommitdiff
path: root/src/teapot.c
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-11 16:26:13 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-11 16:26:13 -0700
commita113b3569b2d6c621219cf51e0b761f84fd40f29 (patch)
treed067a31698d8e8b65ce008454bd07b89921fb80d /src/teapot.c
parentc746e078703503bbbef9d1bd170d5d6617126453 (diff)
Update model shader names & more
Diffstat (limited to 'src/teapot.c')
-rw-r--r--src/teapot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/teapot.c b/src/teapot.c
index c7973ef..916406f 100644
--- a/src/teapot.c
+++ b/src/teapot.c
@@ -19,7 +19,7 @@
#include "gpu.h"
#include "model.h"
#include "teapot.h"
-#include "teapot_data.h"
+#include "models/teapot_data.h"
#include "window.h"
static ta_model ta_teapot_model;