mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 07:22:10 +00:00
Fix skies in software being displayed backwards
(I'll get round to OpenGL later)
This commit is contained in:
parent
2a75523be9
commit
aabf2b096f
1 changed files with 1 additions and 1 deletions
|
|
@ -768,7 +768,7 @@ static void R_DrawSkyPlane(visplane_t *pl)
|
||||||
dc_x = x;
|
dc_x = x;
|
||||||
dc_source =
|
dc_source =
|
||||||
R_GetColumn(texturetranslation[skytexture],
|
R_GetColumn(texturetranslation[skytexture],
|
||||||
angle);
|
-angle); // get negative of angle for each column to display sky correct way round! --Monster Iestyn 27/01/18
|
||||||
wallcolfunc();
|
wallcolfunc();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue