Skip to content

Commit 34229c7

Browse files
authored
Try #2449:
2 parents 17bd3f9 + ea75c04 commit 34229c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/bevy_ecs/src/system/commands.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ where
359359

360360
#[derive(Debug)]
361361
pub struct Remove<T> {
362-
entity: Entity,
363-
phantom: PhantomData<T>,
362+
pub entity: Entity,
363+
pub phantom: PhantomData<T>,
364364
}
365365

366366
impl<T> Command for Remove<T>

0 commit comments

Comments
 (0)