light: don't delete lights between DirectLightFace and MakeBounceLights

the light grid code needs them later
This commit is contained in:
Eric Wasylishen 2023-02-03 01:52:19 -07:00
parent 999806f150
commit 357452d6fc
1 changed files with 0 additions and 5 deletions

View File

@ -905,11 +905,6 @@ static void LightWorld(bspdata_t *bspdata, bool forcedscale)
});
if (bouncerequired && !light_options.nolighting.value()) {
GetLights().clear();
GetRadLights().clear();
GetSuns().clear();
GetSurfaceLights().clear();
MakeBounceLights(light_options, &bsp);
logging::header("Indirect Lighting"); // mxd