From e3f4479457738eb4bd30e42a0a728a0d3ecd7286 Mon Sep 17 00:00:00 2001 From: Eidolon Date: Thu, 5 May 2022 19:57:58 -0500 Subject: [PATCH] Fix typo in view reset --- src/p_tick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_tick.c b/src/p_tick.c index d4c00b86..63054931 100644 --- a/src/p_tick.c +++ b/src/p_tick.c @@ -874,7 +874,7 @@ void P_PreTicker(INT32 frames) R_UpdateLevelInterpolators(); R_UpdateViewInterpolation(); - R_ResetViewInterpolation(); + R_ResetViewInterpolation(0); P_MapEnd();