From d4f5da819c15ed2585d49f8608dc4fdd8807934b Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 17 Mar 2024 14:29:33 +0100 Subject: [PATCH] lets not go overboard with the bloom --- src/world.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world.rs b/src/world.rs index 155568b..68332dd 100644 --- a/src/world.rs +++ b/src/world.rs @@ -42,7 +42,7 @@ pub fn setup( brightness: 200.0, }, BloomSettings { - composite_mode: BloomCompositeMode::Additive, + composite_mode: BloomCompositeMode::EnergyConserving, ..default() }, ));