mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +00:00
Travis yflip error
This commit is contained in:
parent
0d41a55071
commit
2a9a2c0f02
1 changed files with 1 additions and 1 deletions
|
@ -1520,7 +1520,7 @@ static void gld_BuildSky(int row_count, int col_count)
|
|||
vertex_p = &vbo->data[0];
|
||||
vbo->loopcount = 0;
|
||||
|
||||
for (yflip = 0; yflip < 2; yflip++)
|
||||
for (yflip = 0; (UINT8)yflip < 2; yflip++)
|
||||
{
|
||||
vbo->loops[vbo->loopcount].mode = GL_TRIANGLE_FAN;
|
||||
vbo->loops[vbo->loopcount].vertexindex = vertex_p - &vbo->data[0];
|
||||
|
|
Loading…
Reference in a new issue