diff options
author | Matthieu Castet <[email protected]> | 2007-09-16 16:15:13 +0200 |
---|---|---|
committer | Matthieu Castet <[email protected]> | 2007-09-16 16:15:13 +0200 |
commit | 3d17cdf55acc2b452b9f2b57a9823595615c4806 (patch) | |
tree | 373223abb5768ecba5f85f5daaa221dc99b8d2b6 /src/mesa/tnl | |
parent | d42d5fdba0431f33ee0b7713f0782942095dd587 (diff) |
revert a956184f70733bd22e2bbee515386da12302963f
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r-- | src/mesa/tnl/t_vertex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c index da32be9a179..a6728c318fe 100644 --- a/src/mesa/tnl/t_vertex.c +++ b/src/mesa/tnl/t_vertex.c @@ -294,7 +294,7 @@ GLuint _tnl_install_attrs( GLcontext *ctx, const struct tnl_attr_map *map, GLuint i, j; assert(nr < _TNL_ATTRIB_MAX); -/* assert(nr == 0 || map[0].attrib == VERT_ATTRIB_POS);*/ + assert(nr == 0 || map[0].attrib == VERT_ATTRIB_POS); vtx->new_inputs = ~0; vtx->need_viewport = GL_FALSE; |