]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
merged CL_MoveParticles, CL_MoveDecals, and R_MoveExplosions into their
[xonotic/darkplaces.git] / cl_main.c
index d0a1010af7b442e4669790b5b41009b45704a11a..c5f31ffce4881acee0b1e0267b098ca954f05c9a 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -1801,10 +1801,7 @@ void CL_UpdateWorld(void)
                CL_RelinkLightFlashes();
                CSQC_RelinkAllEntities(ENTMASK_ENGINE | ENTMASK_ENGINEVIEWMODELS);
 
-               // move decals, particles, and any other effects
-               CL_MoveDecals();
-               CL_MoveParticles();
-               R_MoveExplosions();
+               // decals, particles, and explosions will be updated during rneder
        }
 
        r_refdef.scene.time = cl.time;