mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
svga: fix a typo in svga_texture_copy_region()
Trivial.
This commit is contained in:
parent
3233d05390
commit
4669ffd29b
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ svga_texture_copy_region(struct svga_context *svga,
|
|||
ret = SVGA3D_vgpu10_PredCopyRegion(svga->swc,
|
||||
dst_handle, dstSubResource,
|
||||
src_handle, srcSubResource, &box);
|
||||
assert(ret = PIPE_OK);
|
||||
assert(ret == PIPE_OK);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue