Flip sky direction

This commit is contained in:
TehRealSalt 2019-09-18 19:46:59 -04:00
parent 47da526313
commit 20663affc0

View file

@ -734,7 +734,7 @@ void R_DrawPlanes(void)
dc_x = x;
dc_source =
R_GetColumn(texturetranslation[skytexture],
angle);
-angle); // Negative because skies were being drawn horizontally flipped
wallcolfunc();
}
}