Skip to content

Commit

Permalink
Use default storage for TemporaryRenderEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Nov 22, 2024
1 parent 7ff47a1 commit 7bc1b8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_render/src/sync_world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ pub type MainEntityHashSet = hashbrown::HashSet<MainEntity, EntityHash>;

/// Marker component that indicates that its entity needs to be despawned at the end of the frame.
#[derive(Component, Copy, Clone, Debug, Default, Reflect)]
#[component(storage = "SparseSet")]
pub struct TemporaryRenderEntity;

/// A record enum to what entities with [`SyncToRenderWorld`] have been added or removed.
Expand Down

0 comments on commit 7bc1b8f

Please sign in to comment.