diff --git a/src/Features/SkySync.cpp b/src/Features/SkySync.cpp index ec6ac4febe..863987f766 100644 --- a/src/Features/SkySync.cpp +++ b/src/Features/SkySync.cpp @@ -138,7 +138,6 @@ void SkySync::Update(const RE::Sky* sky) // Exterior worldspaces always run; interior cells require the sunlight-shadows flag. if (cell && cell->IsInteriorCell() && !cell->cellFlags.all(static_cast(CellFlagExt::kSunlightShadows))) { - volumetricLightingIntensityFactor = 1.0f; return; }