Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe committed Oct 29, 2017
1 parent 949c327 commit f4c08ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amethyst_renderer/src/pipe/pass.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl<P> CompiledPass<P> {

pub fn new_target(&mut self, target: &Target) {
for effect in &mut self.effects {
// Distribute new no blend targets
// Distribute new targets that don't blend.
effect.data.out_colors.clear();
effect
.data
Expand Down

0 comments on commit f4c08ae

Please sign in to comment.