mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 10:51:42 +00:00
2.2 skies aren't flipped
This commit is contained in:
parent
16956f1c56
commit
0db1d5d225
1 changed files with 1 additions and 2 deletions
|
|
@ -1597,8 +1597,7 @@ static void RenderDomeForReal(INT32 skytexture)
|
||||||
int i, j;
|
int i, j;
|
||||||
GLSkyVBO *vbo = &sky_vbo;
|
GLSkyVBO *vbo = &sky_vbo;
|
||||||
|
|
||||||
//pglRotatef(-180.0f + sky->x_offset, 0.f, 1.f, 0.f);
|
pglRotatef(270.f, 0.f, 1.f, 0.f);
|
||||||
pglRotatef(-180.0f, 0.f, 1.f, 0.f);
|
|
||||||
|
|
||||||
rows = 4;
|
rows = 4;
|
||||||
columns = 4 * gl_sky_detail;
|
columns = 4 * gl_sky_detail;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue