From 0fe593a71e4f78c5683455cf71d5873a3664f146 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 1 Mar 2001 17:40:14 +0000 Subject: Bugfixes for vertex format, templates --- src/mesa/drivers/common/t_dd_vertex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/common/t_dd_vertex.h') diff --git a/src/mesa/drivers/common/t_dd_vertex.h b/src/mesa/drivers/common/t_dd_vertex.h index fcb734072b..3f62aeeb1a 100644 --- a/src/mesa/drivers/common/t_dd_vertex.h +++ b/src/mesa/drivers/common/t_dd_vertex.h @@ -66,5 +66,5 @@ typedef union { } tv; float f[16]; unsigned int ui[16]; - unsigned char ub4[4][16]; + unsigned char ub4[16][4]; } TAG(Vertex), *TAG(VertexPtr); -- cgit v1.2.3