mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
mesa: fix cut&paste typos
This commit is contained in:
parent
c7291f69a0
commit
f89751e719
1 changed files with 4 additions and 4 deletions
|
|
@ -1936,13 +1936,13 @@ _mesa_meta_generate_mipmap(GLcontext *ctx, GLenum target,
|
|||
verts[0].r = 0.0F;
|
||||
verts[1].s = 1.0F;
|
||||
verts[1].t = 0.0F;
|
||||
verts[1].r = 0.0F;
|
||||
verts[2].s = 1.0F;
|
||||
verts[2].t = 1.0F;
|
||||
verts[2].r = 0.0F;
|
||||
verts[3].s = 1.0F;
|
||||
verts[3].s = 0.0F;
|
||||
verts[3].t = 1.0F;
|
||||
verts[3].r = 0.0F;
|
||||
verts[4].s = 0.0F;
|
||||
verts[4].t = 1.0F;
|
||||
verts[4].r = 0.0F;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue