Fixed mirror angle issue, fixes rendering of mirrors

This commit is contained in:
raa-eruanna 2016-09-09 22:27:37 -04:00 committed by Christoph Oelckers
parent 303da0e071
commit 02e4ba464a
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ void R_EnterPortal (PortalDrawseg* pds, int depth)
ViewPos.X = (x1 + r * dx)*2 - x;
ViewPos.Y = (y1 + r * dy)*2 - y;
}
ViewAngle = pds->src->Delta().Angle() - startang;
ViewAngle = pds->src->Delta().Angle() * 2 - startang;
}
else
{