From f66202aef1e90d91c55e50cff6b59729414b15a2 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 17 Apr 2016 18:42:54 +0200 Subject: [PATCH] - fixed: If due to portal transitions, the chasecam cannot be interpolated, the entire view interpolation must be disabled for the current frame. --- src/r_utility.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/r_utility.cpp b/src/r_utility.cpp index 0977505fd..929d4073d 100644 --- a/src/r_utility.cpp +++ b/src/r_utility.cpp @@ -949,6 +949,7 @@ void R_SetupFrame (AActor *actor) { iview->otic = nowtic; iview->Old = iview->New; + r_NoInterpolate = true; } } else