]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_shadow.c
added a FIXME comment - R_CompleteLightPoint should count bouncegrid
[xonotic/darkplaces.git] / r_shadow.c
index c11668d4b1cab340a1d0a62d7271db7d97e93956..a6d4272446637d9c50c4bce21d3329c25f4a412e 100644 (file)
@@ -6828,6 +6828,7 @@ void R_CompleteLightPoint(vec3_t ambient, vec3_t diffuse, vec3_t lightdir, const
                        intensity *= VectorLength(color);
                        VectorMA(sample + 12, intensity, relativepoint, sample + 12);
                }
+               // FIXME: sample bouncegrid too!
        }
 
        if (flags & LP_DYNLIGHT)