]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
added r_lightning.c to move the lightning beam rendering code out of cl_main.c
[xonotic/darkplaces.git] / cl_screen.c
index 39d257d56623eb8bf2b9f7d5b44842c6df1d3523..c1255701451f3a041a25242966ff56469b37dca3 100644 (file)
@@ -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");