This commit is contained in:
Keith Whitwell 2001-03-05 18:04:38 +00:00
parent d395251b35
commit 3db5374e66

View file

@ -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;