From a113b3569b2d6c621219cf51e0b761f84fd40f29 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Fri, 11 Sep 2026 16:26:13 -0700 Subject: Update model shader names & more --- src/teapot_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/teapot_data.c') diff --git a/src/teapot_data.c b/src/teapot_data.c index 2c80ec7..a9b9cec 100644 --- a/src/teapot_data.c +++ b/src/teapot_data.c @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -#include "teapot_data.h" +#include "models/teapot_data.h" const float teapot_positions[][TA_TEAPOT_DIMENSION] = { {0.000000f, 2.250000f, 1.500000f}, -- cgit v1.2.3