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:
Satellile 2024-12-29 14:32:44 -05:00 committed by GitHub
parent 5157c78651
commit 58a84d965e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.