Permalink
Browse files
Fix for Q3TOURNEY1 rendering being broken.
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+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