mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-25 05:21:02 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
d7c0dda722
1 changed files with 2 additions and 1 deletions
|
@ -294,7 +294,8 @@ static void SetRotation(FLinePortal *port)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Linked portals have no angular difference.
|
// Linked portals have no angular difference.
|
||||||
port->mSinRot = port->mCosRot = 0.;
|
port->mSinRot = 0.;
|
||||||
|
port->mCosRot = 1.;
|
||||||
port->mAngleDiff = 0.;
|
port->mAngleDiff = 0.;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue