Skip to content

Commit

Permalink
Merge pull request #153 from multun/remove-entities-current
Browse files Browse the repository at this point in the history
ecs: remove unused Entities::current
  • Loading branch information
cart authored Aug 13, 2020
2 parents 8bb52f8 + 8662ab3 commit a7f1889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_ecs/hecs/src/entities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ impl Entity {
#[derive(Default)]
pub(crate) struct Entities {
pub entity_locations: HashMap<Entity, Location>,
pub current: u32,
}

impl Entities {
Expand Down

0 comments on commit a7f1889

Please sign in to comment.