mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +00:00
Fix skies in software being displayed backwards
(I'll get round to OpenGL later)
This commit is contained in:
parent
f6c740840a
commit
5c70d6e6ca
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…
Reference in a new issue