mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 18:40:42 +01:00
fixed a bug in texgen (T coord for GL_REFLECTION_MAP_NV)
This commit is contained in:
parent
034da5d817
commit
8fee8dfcaa
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ static void texgen( GLcontext *ctx,
|
|||
break;
|
||||
case GL_REFLECTION_MAP_NV:
|
||||
for (i=0;i<count;i++)
|
||||
texcoord[i][0] = f[i][0];
|
||||
texcoord[i][1] = f[i][1];
|
||||
break;
|
||||
case GL_NORMAL_MAP_NV: {
|
||||
const GLfloat *norm = normal->start;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue