Skip to content

Commit

Permalink
remove useless clone
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Dec 21, 2021
1 parent a3c632b commit c51116f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/render_resource/shader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ impl ShaderProcessor {
if !changed {
break processed;
}
processing = processed.clone();
processing = processed;
};

if scopes.len() != 1 {
Expand Down

0 comments on commit c51116f

Please sign in to comment.