mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 23:20:23 +01:00
swrast: fix typo: s/drapix/drawpix/
This commit is contained in:
parent
4fece21315
commit
71e64fc30b
1 changed files with 1 additions and 1 deletions
|
|
@ -881,7 +881,7 @@ _swrast_DrawPixels( GLcontext *ctx,
|
|||
|
||||
swrast_render_finish(ctx);
|
||||
|
||||
_mesa_unmap_drapix_pbo(ctx, unpack);
|
||||
_mesa_unmap_drawpix_pbo(ctx, unpack);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue