mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 22:18:33 +00:00
ecs: remove unused Entities::current
This commit is contained in:
parent
00a887214e
commit
8662ab3622
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ impl Entity {
|
|||
#[derive(Default)]
|
||||
pub(crate) struct Entities {
|
||||
pub entity_locations: HashMap<Entity, Location>,
|
||||
pub current: u32,
|
||||
}
|
||||
|
||||
impl Entities {
|
||||
|
|
Loading…
Add table
Reference in a new issue