]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - view.c
add a missing line from the previous commit
[xonotic/darkplaces.git] / view.c
diff --git a/view.c b/view.c
index 770f85f9034d30a6ce054901c34b18043b5d9b0c..851c57d14d34ef791224b837587511eb403cb2cb 100644 (file)
--- 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)