]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_shadow.c
fix nogravityonground description
[xonotic/darkplaces.git] / r_shadow.c
index a85706ca42860a6759d05cc7a0a103aab97f0782..2aed02fce0ed513eac26c33da2883abd1422d8bc 100644 (file)
@@ -761,7 +761,7 @@ void R_Shadow_Init(void)
        r_shadow_buffer_surfacesides = NULL;
        r_shadow_buffer_shadowtrispvs = NULL;
        r_shadow_buffer_lighttrispvs = NULL;
-       R_RegisterModule("R_Shadow", r_shadow_start, r_shadow_shutdown, r_shadow_newmap);
+       R_RegisterModule("R_Shadow", r_shadow_start, r_shadow_shutdown, r_shadow_newmap, NULL, NULL);
 }
 
 matrix4x4_t matrix_attenuationxyz =