Commit a small nitpick

This commit is contained in:
Stephane Marchesin
2006-11-07 17:37:22 +00:00
parent e2b4d9b317
commit 20802a7b69
+1 -1
View File
@@ -664,7 +664,7 @@ static inline void nv10OutputVertexFormat(struct nouveau_context* nmesa, GLuint
if (index&(1<<i))
{
slots=i+1;
if (i==0)
if (i==_TNL_ATTRIB_POS)
{
/* special-case POS */
EMIT_ATTR(_TNL_ATTRIB_POS,EMIT_3F_VIEWPORT);