We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bf55e commit 11a3ca7Copy full SHA for 11a3ca7
crates/bevy_ecs/src/world/entity_ref.rs
@@ -7,8 +7,8 @@ use crate::{
7
TickCells,
8
},
9
entity::{Entities, Entity, EntityLocation},
10
- storage::{Column, ComponentSparseSet, Storages},
11
removal_detection::RemovedComponentEvents,
+ storage::{Column, ComponentSparseSet, Storages},
12
world::{Mut, World},
13
};
14
use bevy_ptr::{OwningPtr, Ptr};
0 commit comments