]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
Rewrote most of r_lightning.c, it now uses CL_MeshEntities in MESH_PARTICLES rather...
[xonotic/darkplaces.git] / gl_rmain.c
index 39aa73a7bdb30cb79e6e6cceb77f73e5999c365d..bd40407fb7be70ff332961c2aec4f5551c6748fd 100644 (file)
@@ -7612,10 +7612,6 @@ void R_RenderScene(int fbo, rtexture_t *depthtexture, rtexture_t *colortexture)
                R_DrawExplosions();
                if (r_timereport_active)
                        R_TimeReport("explosions");
-
-               R_DrawLightningBeams();
-               if (r_timereport_active)
-                       R_TimeReport("lightning");
        }
 
        if (cl.csqc_loaded)