- Fixed typo: Midtextures with world panning replaced rw_midtexturemid with the rowoffset instead of adding them together.

SVN r3778 (trunk)
This commit is contained in:
Randy Heit 2012-07-21 02:40:34 +00:00
parent 23c950ba98
commit 5c7e04c539
1 changed files with 1 additions and 1 deletions

View File

@ -1965,7 +1965,7 @@ void R_NewWall (bool needlights)
}
if (midtexture->bWorldPanning)
{
rw_midtexturemid = MulScale16(rowoffset, yrepeat);
rw_midtexturemid += MulScale16(rowoffset, yrepeat);
}
else
{