This commit is contained in:
Matthieu Castet
2007-09-16 16:15:13 +02:00
parent d42d5fdba0
commit 3d17cdf55a
+1 -1
View 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;