mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 05:00:46 +00:00
2.2 skies aren't flipped
This commit is contained in:
parent
c6f3e4d53d
commit
6aedca899f
1 changed files with 1 additions and 2 deletions
|
@ -1597,8 +1597,7 @@ static void RenderDomeForReal(INT32 skytexture)
|
|||
int i, j;
|
||||
GLSkyVBO *vbo = &sky_vbo;
|
||||
|
||||
//pglRotatef(-180.0f + sky->x_offset, 0.f, 1.f, 0.f);
|
||||
pglRotatef(-180.0f, 0.f, 1.f, 0.f);
|
||||
pglRotatef(270.f, 0.f, 1.f, 0.f);
|
||||
|
||||
rows = 4;
|
||||
columns = 4 * gl_sky_detail;
|
||||
|
|
Loading…
Reference in a new issue