mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
st/python: remove unused 'buf' parameter in pipe_buffer_unmap
This is a follow-up to commit ec51092a72.
Fixes SCons build.
This commit is contained in:
parent
ec51092a72
commit
a14f79f801
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ struct st_context {
|
|||
if (!map)
|
||||
goto error2;
|
||||
memcpy(map, vertices, size);
|
||||
pipe_buffer_unmap(pipe, vbuf, transfer);
|
||||
pipe_buffer_unmap(pipe, transfer);
|
||||
|
||||
cso_save_vertex_elements($self->cso);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue