From 3ded8103d563dc61e9ef17eed34fdfe572296054 Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 24 Apr 2024 04:13:13 +0200 Subject: [PATCH] fix bad lighting effect --- src/commands.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands.rs b/src/commands.rs index 195d09b..a24873e 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -634,7 +634,6 @@ fn spawn_entities( intensity: state.light_brightness, color, range: 100.0, - radius: 100.0, ..default() }, bevy::pbr::CubemapVisibleEntities::default(),