diff options
Diffstat (limited to 'src/mesa/drivers/common/t_dd_vertex.h')
-rw-r--r-- | src/mesa/drivers/common/t_dd_vertex.h | 2 |
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 fcb7340..3f62aee 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); |