diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-10-06 14:19:53 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-10-06 14:19:53 +0000 |
commit | 3e291c01ea426247326e83bfd46a22d417e1fca7 (patch) | |
tree | 6080f178c2dcb14ab99dda6af3aa63604a153866 /src | |
parent | facb597f48e6ecc782f5fc1919499236b4a2294a (diff) |
Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/vtxfmt_tmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/vtxfmt_tmp.h b/src/mesa/main/vtxfmt_tmp.h index 3314035952..3f4a9cefed 100644 --- a/src/mesa/main/vtxfmt_tmp.h +++ b/src/mesa/main/vtxfmt_tmp.h @@ -398,7 +398,7 @@ static void TAG(VertexAttrib4fNV)( GLuint index, GLfloat x, GLfloat y, GLfloat z static void TAG(VertexAttrib4fvNV)( GLuint index, const GLfloat *v ) { - PRE_LOOPBACK( VertexAttrib4fNV ); + PRE_LOOPBACK( VertexAttrib4fvNV ); _glapi_Dispatch->VertexAttrib4fvNV( index, v ); } |