We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bb52f8 + 8662ab3 commit a7f1889Copy full SHA for a7f1889
1 file changed
crates/bevy_ecs/hecs/src/entities.rs
@@ -37,7 +37,6 @@ impl Entity {
37
#[derive(Default)]
38
pub(crate) struct Entities {
39
pub entity_locations: HashMap<Entity, Location>,
40
- pub current: u32,
41
}
42
43
impl Entities {
0 commit comments