diff --git a/src/visibility.rs b/src/visibility.rs index bdd7403..60bc323 100644 --- a/src/visibility.rs +++ b/src/visibility.rs @@ -75,9 +75,9 @@ impl Viewshed { 0., ); // println!( - // "Hit {:?}, pushing {:?}", - // entity, - // collider.raw.compute_aabb(&position) + // "Hit {:?}, pushing {:?}", + // entity, + // collider.raw.compute_aabb(&position) // ); boxes.push(collider.raw.compute_aabb(&position)); } @@ -178,8 +178,8 @@ impl Viewshed { for lost in visible_entities.difference(&new_visible_entities) { if let Ok((_, _, transform)) = visible_query.get(*lost) { // println!( - // "transition: {:?} loses {:?} at {:?}", - // viewer_entity, lost, transform.translation + // "transition: {:?} loses {:?} at {:?}", + // viewer_entity, lost, transform.translation // ); } events.send(VisibilityChanged::Lost {