r600: fix copy/paste typo

This commit is contained in:
Alex Deucher
2009-09-23 15:02:19 -04:00
parent ec205bbd57
commit 53051b8cb5
+1 -1
View File
@@ -855,7 +855,7 @@ static void r700FixupIndexBuffer(GLcontext *ctx, const struct _mesa_index_buffer
if(context->ind_buf.bHostIb != GL_TRUE)
{
radeonAllocDmaRegion(&context->radeon, &r300->ind_buf.bo,
radeonAllocDmaRegion(&context->radeon, &context->ind_buf.bo,
&context->ind_buf.bo_offset, size, 4);
assert(context->ind_buf.bo->ptr != NULL);