From 260db537b4be01d7eb9605920b54c6ead7359046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Ce=C5=A1pivo?= Date: Fri, 13 Oct 2023 12:29:56 +0200 Subject: [PATCH] chore: merged doubling impl ExtractInstancesPlugin --- crates/bevy_render/src/extract_instances.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/crates/bevy_render/src/extract_instances.rs b/crates/bevy_render/src/extract_instances.rs index a43e1a5b078be..82c04dba1003f 100644 --- a/crates/bevy_render/src/extract_instances.rs +++ b/crates/bevy_render/src/extract_instances.rs @@ -78,12 +78,7 @@ where marker: PhantomData, } } -} -impl ExtractInstancesPlugin -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 {