Merge pull request #153 from multun/remove-entities-current

ecs: remove unused Entities::current
This commit is contained in:
Carter Anderson 2020-08-13 01:21:43 -07:00 committed by GitHub
commit a7f1889a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,6 @@ impl Entity {
#[derive(Default)]
pub(crate) struct Entities {
pub entity_locations: HashMap<Entity, Location>,
pub current: u32,
}
impl Entities {