mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-29 02:00:37 +02:00
Fix typo
This commit is contained in:
parent
d395251b35
commit
3db5374e66
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ void TAG(translate_vertex)(GLcontext *ctx,
|
|||
dst->fog = src->v.color.alpha/255.0;
|
||||
|
||||
if (HAVE_PTEX_VERTICES &&
|
||||
((HAVE_TEX2_VERTICES && fbormat == PROJ_TEX3_VERTEX_FORMAT) ||
|
||||
((HAVE_TEX2_VERTICES && format == PROJ_TEX3_VERTEX_FORMAT) ||
|
||||
(format == PROJ_TEX1_VERTEX_FORMAT))) {
|
||||
|
||||
dst->texcoord[0][0] = src->pv.u0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue