aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/gte
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2022-08-12 11:27:55 +0200
committerspicyjpeg <thatspicyjpeg@gmail.com>2022-08-12 11:27:55 +0200
commitedb967394d22420c9aaad529862a670c016cc2c7 (patch)
treea18b6062eedda22d2c1aabb852d2c633199cce2c /examples/graphics/gte
parent7abb3b78727c8d4672197951e62b1c5916b3a54a (diff)
downloadpsn00bsdk-edb967394d22420c9aaad529862a670c016cc2c7.tar.gz
Replace ball16c.h headers in examples with .TIM files
Diffstat (limited to 'examples/graphics/gte')
-rw-r--r--examples/graphics/gte/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphics/gte/main.c b/examples/graphics/gte/main.c
index 1257c88..6907c84 100644
--- a/examples/graphics/gte/main.c
+++ b/examples/graphics/gte/main.c
@@ -117,7 +117,7 @@ MATRIX light_mtx = {
/* Reference texture data */
-extern uint32_t tim_texture[];
+extern const uint32_t tim_texture[];
/* TPage and CLUT values */
uint16_t texture_tpage; /* For the scrolling blending pattern */