- fixed: If due to portal transitions, the chasecam cannot be interpolated, the entire view interpolation must be disabled for the current frame.

This commit is contained in:
Christoph Oelckers 2016-04-17 18:42:54 +02:00
parent 08514de768
commit f66202aef1
1 changed files with 1 additions and 0 deletions

View File

@ -949,6 +949,7 @@ void R_SetupFrame (AActor *actor)
{ {
iview->otic = nowtic; iview->otic = nowtic;
iview->Old = iview->New; iview->Old = iview->New;
r_NoInterpolate = true;
} }
} }
else else