Skip to content

Commit

Permalink
fix deferred example fog values (bevyengine#10249)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGriffin91 authored Oct 24, 2023
1 parent 1bd7e5a commit 6c74c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/3d/deferred_rendering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fn setup(
..default()
},
FogSettings {
color: Color::rgba(0.05, 0.05, 0.05, 1.0),
color: Color::rgba(0.25, 0.25, 0.25, 1.0),
falloff: FogFalloff::Linear {
start: 1.0,
end: 8.0,
Expand Down

0 comments on commit 6c74c8a

Please sign in to comment.