From b906a6ff4cd27ae2a90b86de76a3b368e188df09 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 28 Apr 2026 04:55:29 +0200 Subject: [PATCH] Remove unused import for distance fog parameters --- src/rendering/screen-space-god-rays.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rendering/screen-space-god-rays.ts b/src/rendering/screen-space-god-rays.ts index 4c42736c..2b717f43 100644 --- a/src/rendering/screen-space-god-rays.ts +++ b/src/rendering/screen-space-god-rays.ts @@ -20,7 +20,6 @@ import type { AdvancedRenderingSettings, WorldSunLightSettings } from "../document/world-settings"; -import type { ResolvedDistanceFogParameters } from "./distance-fog-pass"; const MIN_CELESTIAL_LIGHT_INTENSITY = 1e-4; const MAX_GOD_RAYS_INTENSITY = 3;