]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_shadow.h
Changed bouncegrid to use its own buffers (Mem_Alloc) instead of R_FrameData_Alloc...
[xonotic/darkplaces.git] / r_shadow.h
index 10f8e1e0606bf071f99c22a78b5234d93cb737d9..f59edaa77242638ed03bbf37e6b353be3b5bc002 100644 (file)
@@ -57,7 +57,6 @@ typedef struct r_shadow_bouncegrid_settings_s
        float energyperphoton;
        float spacing[3];
        int stablerandom;
-       float bounceminimumintensity2;
 }
 r_shadow_bouncegrid_settings_t;