- fixed: The sky baseline position needs to take texture scaling into account.

SVN r1982 (trunk)
This commit is contained in:
Christoph Oelckers 2009-11-15 08:11:14 +00:00
commit 6161702703
4 changed files with 6 additions and 2 deletions

View file

@ -110,6 +110,7 @@ void R_InitSkyMap ()
{
skytexturemid = (200 - skyheight) << FRACBITS;
}
skytexturemid = FixedMul(skytexturemid, skytex1->yScale);
if (viewwidth != 0 && viewheight != 0)
{