diff --git a/light/ltface.c b/light/ltface.c index a211f413..6cd8f164 100644 --- a/light/ltface.c +++ b/light/ltface.c @@ -1586,7 +1586,7 @@ GetIndirectLighting (const bsp2_t *bsp, const bouncelight_t *vpl, const bsp2_dfa BounceLight_ColorAtDist(vpl, dist, color); // apply angle scale - VectorScale(color, dp1, color); + VectorScale(color, dp1 * dp2, color); } bool