Skip to content

Commit a7f1889

Browse files
authored
Merge pull request #153 from multun/remove-entities-current
ecs: remove unused Entities::current
2 parents 8bb52f8 + 8662ab3 commit a7f1889

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/bevy_ecs/hecs/src/entities.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ impl Entity {
3737
#[derive(Default)]
3838
pub(crate) struct Entities {
3939
pub entity_locations: HashMap<Entity, Location>,
40-
pub current: u32,
4140
}
4241

4342
impl Entities {

0 commit comments

Comments
 (0)