Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
vitaquake3
Commits
3cff7e60
Commit
3cff7e60
authored
Mar 24, 2018
by
Rinnegatamante
Browse files
Fix for Q3TOURNEY1 rendering being broken.
parent
52401e22
Changes
1
Show whitespace changes
Inline
Side-by-side
code/renderergl1/tr_sky.c
View file @
3cff7e60
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment