From 9d134511860055fe3e2d80ababdbeadcd7aeea0e Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Mon, 6 Apr 2020 11:57:27 +0200 Subject: [PATCH] 1 cheeky line: 1; me: 0 --- src/client/entry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/entry.c b/src/client/entry.c index 4ef69f0a..6fb9ebf4 100644 --- a/src/client/entry.c +++ b/src/client/entry.c @@ -247,8 +247,6 @@ CSQC_UpdateView(float w, float h, float focus) } } - Predict_PostFrame((player)self); - if (pSeat->pWeaponFX) { CBaseFX p = (CBaseFX)pSeat->pWeaponFX; p.Draw(); @@ -333,6 +331,8 @@ CSQC_UpdateView(float w, float h, float focus) CSQC_DrawCenterprint(); } } + + Predict_PostFrame((player)self); } DSP_UpdateListener();