nvfx: Fix typo.

This commit is contained in:
José Fonseca 2010-04-20 13:26:36 +02:00
parent 373f03efe7
commit a55ead9d01

View file

@ -258,7 +258,7 @@ nvfx_draw_elements_swtnl(struct pipe_context *pipe,
map = pipe_buffer_map(pipe, idxbuf,
PIPE_TRANSFER_READ,
&ib_transfer);
draw_set_mapped_element_buffer(nvfx->draw, idxbuf_size, idx_bufbias, map);
draw_set_mapped_element_buffer(nvfx->draw, idxbuf_size, idxbuf_bias, map);
} else {
draw_set_mapped_element_buffer(nvfx->draw, 0, 0, NULL);
}