mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 13:10:55 +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_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…
Reference in a new issue