Fix Docs // incorrect default value for ChromaticAberration intensity (#16994)
# Objective Incorrect default value for ChromatticAberration intensity, missing a zero. Bevy 0.15
This commit is contained in:
parent
5157c78651
commit
58a84d965e
@ -112,7 +112,7 @@ pub struct ChromaticAberration {
|
||||
/// The size of the streaks around the edges of objects, as a fraction of
|
||||
/// the window size.
|
||||
///
|
||||
/// The default value is 0.2.
|
||||
/// The default value is 0.02.
|
||||
pub intensity: f32,
|
||||
|
||||
/// A cap on the number of texture samples that will be performed.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user