From d920e5d62020d751ccaa3491cc66275ade749011 Mon Sep 17 00:00:00 2001 From: quou Date: Fri, 27 Dec 2024 18:52:48 +1100 Subject: building and running on windows with visual studio --- convtexture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'convtexture.c') diff --git a/convtexture.c b/convtexture.c index 2670b59..a321a9d 100644 --- a/convtexture.c +++ b/convtexture.c @@ -39,7 +39,7 @@ unsigned encode_endpoint(const vec3* v) { void get_block(Block* block, Colour* pixels, int stride) { int x, y, i; vec3 cols[4 * 4]; - vec3 palette[3]; + vec3 palette[4]; vec3 s, e; unsigned es, ee; float cd; -- cgit v1.2.3-54-g00ecf