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.8.0~96^2~371 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=478f1cb505dd5c0f1752579b4f6f21f6238cf02a;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 --- 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)