vbo: fix error parameter
Spotted by Ian.
This commit is contained in:
@@ -633,7 +633,7 @@ static void _save_reset_vertex( struct gl_context *ctx )
|
||||
|
||||
|
||||
|
||||
#define ERROR(err) _mesa_compile_error( ctx, GL_INVALID_ENUM, __FUNCTION__ );
|
||||
#define ERROR(err) _mesa_compile_error( ctx, err, __FUNCTION__ );
|
||||
|
||||
|
||||
/* Only one size for each attribute may be active at once. Eg. if
|
||||
|
||||
Reference in New Issue
Block a user