Skip to content

Commit

Permalink
remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsairobo committed Dec 11, 2023
1 parent dd688bc commit 2b1bda5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ impl PlayerBundle {
}
}

// PERF: we could limit how many spatial queries are done each frame with a
// queue, since every player doesn't **need** to do queries every frame

impl Player {
fn in_play_groups() -> CollisionGroups {
CollisionGroups::new(
Expand Down

0 comments on commit 2b1bda5

Please sign in to comment.