mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
u_vbuf: simple whitespace fix
This commit is contained in:
parent
9608193cbc
commit
5cf8d9f54b
1 changed files with 2 additions and 1 deletions
|
|
@ -357,7 +357,8 @@ u_vbuf_set_vertex_elements_internal(struct u_vbuf *mgr, unsigned count,
|
|||
assert(ve);
|
||||
|
||||
if (ve != mgr->ve)
|
||||
pipe->bind_vertex_elements_state(pipe, ve->driver_cso);
|
||||
pipe->bind_vertex_elements_state(pipe, ve->driver_cso);
|
||||
|
||||
return ve;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue