Small Fix: Add an escape character to avoid blockquote (#7980)
This commit is contained in:
parent
38a08d9b18
commit
6240ba8fa2
@ -49,7 +49,7 @@ pub struct BloomSettings {
|
|||||||
///
|
///
|
||||||
/// In this configuration:
|
/// In this configuration:
|
||||||
/// * 0.0 means no bloom
|
/// * 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,
|
pub intensity: f32,
|
||||||
|
|
||||||
/// Low frequency contribution boost.
|
/// Low frequency contribution boost.
|
||||||
@ -69,7 +69,7 @@ pub struct BloomSettings {
|
|||||||
///
|
///
|
||||||
/// In this configuration:
|
/// In this configuration:
|
||||||
/// * 0.0 means no bloom
|
/// * 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,
|
pub low_frequency_boost: f32,
|
||||||
|
|
||||||
/// Low frequency contribution boost curve.
|
/// Low frequency contribution boost curve.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user