mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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_source =
|
||||
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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue