Skip to content

Commit

Permalink
chore: merged doubling impl ExtractInstancesPlugin<EI>
Browse files Browse the repository at this point in the history
  • Loading branch information
jancespivo committed Oct 13, 2023
1 parent dd50783 commit 260db53
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/bevy_render/src/extract_instances.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,7 @@ where
marker: PhantomData,
}
}
}

impl<EI> ExtractInstancesPlugin<EI>
where
EI: ExtractInstance,
{
/// Creates a new [`ExtractInstancesPlugin`] that extracts to the render world
/// if and only if the entity it's attached to is visible.
pub fn extract_visible() -> Self {
Expand Down

0 comments on commit 260db53

Please sign in to comment.