Skip to content

Commit

Permalink
Clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JMS55 committed Oct 24, 2023
1 parent c2995b1 commit 3552ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/camera/camera.rs
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ pub fn extract_cameras(
color_grading,
},
visible_entities.clone(),
frustum.clone(),
*frustum,
));

if let Some(temporal_jitter) = temporal_jitter {
Expand Down

0 comments on commit 3552ca0

Please sign in to comment.