Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Aug 20, 2023
1 parent c5191f8 commit a68f493
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/renderer/prepare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ pub fn prepare_vector_composition_edits(mut render_vectors: Query<&mut Extracted
let vello::peniko::Brush::Solid(ref mut solid) = brush else {
continue 'shapes;
};
// println!(
// "layer '{}', shape {}: color {:?}",
// layer.name,
// shape_index,
// (solid.r, solid.g, solid.b, solid.a)
// );

for ((layer_name, shape_indices), color) in colors.iter() {
if layer.name.contains(layer_name) && shape_indices.contains(&shape_index) {
Expand Down

0 comments on commit a68f493

Please sign in to comment.