summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common/t_dd_vertex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/common/t_dd_vertex.h')
-rw-r--r--src/mesa/drivers/common/t_dd_vertex.h2
1 files changed, 1 insertions, 1 deletions
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);