From: divverent Date: Mon, 9 Jan 2012 13:32:43 +0000 (+0000) Subject: add a missing line from the previous commit X-Git-Tag: xonotic-v0.6.0~72 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=82ea0b5ed7932afb976c2ae4a066c48c0be4e599;p=xonotic%2Fdarkplaces.git 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 --- 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)