mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 04:36:21 +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;
|
||||
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…
Add table
Reference in a new issue