diff --git a/examples/2d/bloom_2d.rs b/examples/2d/bloom_2d.rs index 0fc22fa13f..fd90210d6f 100644 --- a/examples/2d/bloom_2d.rs +++ b/examples/2d/bloom_2d.rs @@ -73,16 +73,16 @@ fn setup( // ------------------------------------------------------------------------------------------------ fn update_bloom_settings( - camera: Single<(Entity, Option<&mut Bloom>), With>, + camera: Single<(Entity, &Tonemapping, Option<&mut Bloom>), With>, mut text: Single<&mut Text>, mut commands: Commands, keycode: Res>, time: Res