Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Jun 21, 2022
1 parent d3ccb12 commit 5968759
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/bevy_pbr/src/light.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1299,9 +1299,6 @@ pub(crate) fn assign_lights_to_clusters(
// all clusters within range are affected by point lights
clusters.lights[cluster_index].entities.push(light.entity);
clusters.lights[cluster_index].point_light_count += 1;
if clusters.lights[cluster_index].spotlight_count > 0 {
println!("spots before points");
}
cluster_index += clusters.dimensions.z as usize;
}
}
Expand Down

0 comments on commit 5968759

Please sign in to comment.