Small fix: Change ">" to "Greater than" (#7983)
This commit is contained in:
parent
6240ba8fa2
commit
d3df04cb4c
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user