Skip to content
Permalink
Browse files

Fix for Q3TOURNEY1 rendering being broken.

  • Loading branch information...
Rinnegatamante committed Mar 24, 2018
1 parent 52401e2 commit 3cff7e6090275fd85e8e96d60871ed75802ba9c4
Showing with 1 addition and 1 deletion.
  1. +1 −1 code/renderergl1/tr_sky.c
@@ -389,7 +389,7 @@ static void DrawSkySide( struct image_s *image, const int mins[2], const int max
vglTexCoordPointer(2, GL_FLOAT, 0, numindices, gTexCoordBuffer);
vglDrawObjects(GL_TRIANGLE_STRIP, numindices, GL_TRUE);
}
glDisableClientState(GL_TEXTURE_COORD_ARRAY);
//glDisableClientState(GL_TEXTURE_COORD_ARRAY);
}

static void DrawSkyBox( shader_t *shader )

0 comments on commit 3cff7e6

Please sign in to comment.
You can’t perform that action at this time.