Skip to content

Commit

Permalink
Update crates/bevy_core_pipeline/src/tonemapping/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: IceSentry <[email protected]>
  • Loading branch information
JMS55 and IceSentry authored Feb 16, 2023
1 parent 3866632 commit 3d9bebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_core_pipeline/src/tonemapping/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub struct TonemappingPipeline {
#[reflect(FromReflect)]
pub enum TonemappingMethod {
None,
/// Suffers from lots hue of shifting, brights don't desaturate naturally.
/// Suffers from lots of hue shifting, brights don't desaturate naturally.
Reinhard,
/// Old bevy default. Suffers from hue shifting, brights don't desaturate much at all.
ReinhardLuminance,
Expand Down

0 comments on commit 3d9bebf

Please sign in to comment.