From 6240ba8fa231fb438f0c0d29ee9d76eb92f64e0d Mon Sep 17 00:00:00 2001 From: Ame <104745335+ameknite@users.noreply.github.com> Date: Wed, 8 Mar 2023 13:28:23 -0600 Subject: [PATCH] Small Fix: Add an escape character to avoid blockquote (#7980) --- 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 32cfab0702..eb982d4b0e 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 + /// * \> 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 + /// * \> 0.0 means a proportionate amount of scattered light is added pub low_frequency_boost: f32, /// Low frequency contribution boost curve.