Skip to content
Snippets Groups Projects
Commit 5c70d6e6 authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Fix skies in software being displayed backwards

(I'll get round to OpenGL later)
parent f6c74084
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment