X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=r_shadow.c;h=a6d4272446637d9c50c4bce21d3329c25f4a412e;hb=39f47d2bb01255d78ed971bf12108c95cf96f81d;hp=c11668d4b1cab340a1d0a62d7271db7d97e93956;hpb=3d33cdedf26c48222748feebed9dff29b687dcb0;p=xonotic%2Fdarkplaces.git diff --git a/r_shadow.c b/r_shadow.c index c11668d4..a6d42724 100644 --- a/r_shadow.c +++ b/r_shadow.c @@ -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)