Quellcode durchsuchen

Fix typo

tags/vtx-0-2-21112003-freeze
Keith Whitwell vor 22 Jahren
Ursprung
Commit
3e291c01ea
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      src/mesa/main/vtxfmt_tmp.h

+ 1
- 1
src/mesa/main/vtxfmt_tmp.h Datei anzeigen

@@ -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 );
}


Laden…
Abbrechen
Speichern