revert a956184f70733bd22e2bbee515386da12302963f
authorMatthieu Castet <castet.matthieu@free.fr>
Sun, 16 Sep 2007 14:15:13 +0000 (16:15 +0200)
committerMatthieu Castet <castet.matthieu@free.fr>
Sun, 16 Sep 2007 14:15:13 +0000 (16:15 +0200)
src/mesa/tnl/t_vertex.c

index da32be9a179ec1b1eedc924dafecff882e4543f1..a6728c318fe3171be817885335216c0fc87a8d5b 100644 (file)
@@ -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;