Skip to content

Commit

Permalink
Fix doc comment "Turbo" -> "Extreme" (#7091)
Browse files Browse the repository at this point in the history
# Objective
Doc comment mentions turbo which is a sensitivity that doesn't exist.

## Solution

Change the comment to "Extreme" which does exist
  • Loading branch information
A-Walrus committed Jan 6, 2023
1 parent 653c062 commit ebc5cb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/bevy_core_pipeline/src/fxaa/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ pub struct Fxaa {

/// Use lower sensitivity for a sharper, faster, result.
/// Use higher sensitivity for a slower, smoother, result.
/// Ultra and Turbo settings can result in significant smearing and loss of detail.
/// [Ultra](`Sensitivity::Ultra`) and [Extreme](`Sensitivity::Extreme`)
/// settings can result in significant smearing and loss of detail.

/// The minimum amount of local contrast required to apply algorithm.
pub edge_threshold: Sensitivity,
Expand Down

0 comments on commit ebc5cb3

Please sign in to comment.