Skip to content
Snippets Groups Projects
Commit c93b2a1c authored by Brian Paul's avatar Brian Paul
Browse files

s/fog/attrib[FRAG_ATTRIB_FOGC][0]/

parent eca456b6
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ void TAG(translate_vertex)(GLcontext *ctx,
dst->specular[2] = ((GLubyte *)p)[0];
dst->specular[1] = ((GLubyte *)p)[1];
dst->specular[0] = ((GLubyte *)p)[2];
dst->fog = ((GLubyte *)p)[3];
dst->attrib[FRAG_ATTRIB_FOGC][0] = ((GLubyte *)p)[3];
p++;
case TINY_VERTEX_FORMAT:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment