From 82ea0b5ed7932afb976c2ae4a066c48c0be4e599 Mon Sep 17 00:00:00 2001 From: divverent Date: Mon, 9 Jan 2012 13:32:43 +0000 Subject: [PATCH] add a missing line from the previous commit git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11642 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=d9a3f00be1a83b493a828dfa526dc7b61f00eba9 --- view.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/view.c b/view.c index 770f85f9..851c57d1 100644 --- a/view.c +++ b/view.c @@ -866,6 +866,8 @@ void V_CalcRefdefUsing (const matrix4x4_t *entrendermatrix, const vec3_t clviewa Matrix4x4_Invert_Simple(&tmpmatrix, &r_refdef.view.matrix); Matrix4x4_Concat(&cl.csqc_viewmodelmatrixfromengine, &tmpmatrix, &viewmodelmatrix_withbob); } + + cl.calcrefdef_prevtime = cl.time; } void V_CalcRefdef (void) -- 2.39.2