X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=cl_screen.c;h=c1255701451f3a041a25242966ff56469b37dca3;hp=39d257d56623eb8bf2b9f7d5b44842c6df1d3523;hb=bb521c2317584e8f238921a35528434c06c1f93f;hpb=179f1e04d60bf39b24520add2e383b6b4ccc53de diff --git a/cl_screen.c b/cl_screen.c index 39d257d5..c1255701 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -965,8 +965,8 @@ void CL_UpdateScreen(void) DrawQ_Clear(); - V_UpdateBlends(); - V_CalcRefdef (); + if (!intimerefresh) + V_CalcRefdef(); if (cls.signon == SIGNONS) R_TimeReport("setup");