fix an error message

This commit is contained in:
Brian Paul
2003-10-21 14:54:16 +00:00
parent 1b6cca67b5
commit ce8e13dc79
+1 -1
View File
@@ -615,7 +615,7 @@ _mesa_BufferDataARB(GLenum target, GLsizeiptrARB size,
}
if (bufObj->Pointer) {
_mesa_error(ctx, GL_INVALID_OPERATION, "glBufferSubDataARB(buffer is mapped)" );
_mesa_error(ctx, GL_INVALID_OPERATION, "glBufferDataARB(buffer is mapped)" );
return;
}