From f017f4626f20b700f06b16bc6f1e63017fc36209 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sat, 6 May 2023 02:19:26 -0400 Subject: [PATCH] Line up the center of skies with horizon line --- src/r_sky.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/r_sky.c b/src/r_sky.c index 5510c36da..61e35fd74 100644 --- a/src/r_sky.c +++ b/src/r_sky.c @@ -64,6 +64,10 @@ void R_SetupSkyDraw(void) // the horizon line in a 256x128 sky texture skytexturemid = (textures[skytexture]->height/2)<