From d3df04cb4c8d94cb06780a777cc6712fa4a316dd Mon Sep 17 00:00:00 2001 From: Ame <104745335+ameknite@users.noreply.github.com> Date: Wed, 8 Mar 2023 15:12:44 -0600 Subject: [PATCH] Small fix: Change ">" to "Greater than" (#7983) --- crates/bevy_core_pipeline/src/bloom/settings.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bevy_core_pipeline/src/bloom/settings.rs b/crates/bevy_core_pipeline/src/bloom/settings.rs index eb982d4b0e..edf8ea493f 100644 --- a/crates/bevy_core_pipeline/src/bloom/settings.rs +++ b/crates/bevy_core_pipeline/src/bloom/settings.rs @@ -49,7 +49,7 @@ pub struct BloomSettings { /// /// In this configuration: /// * 0.0 means no bloom - /// * \> 0.0 means a proportionate amount of scattered light is added + /// * Greater than 0.0 means a proportionate amount of scattered light is added pub intensity: f32, /// Low frequency contribution boost. @@ -69,7 +69,7 @@ pub struct BloomSettings { /// /// In this configuration: /// * 0.0 means no bloom - /// * \> 0.0 means a proportionate amount of scattered light is added + /// * Greater than 0.0 means a proportionate amount of scattered light is added pub low_frequency_boost: f32, /// Low frequency contribution boost curve.