From bd5afffca5dbf09e875aef102cdd109fb86c4750 Mon Sep 17 00:00:00 2001 From: Schmarni Date: Thu, 5 Sep 2024 21:05:07 +0200 Subject: [PATCH] cleanup 2 electric boogaloo Signed-off-by: Schmarni --- crates/bevy_openxr/src/openxr/init.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/bevy_openxr/src/openxr/init.rs b/crates/bevy_openxr/src/openxr/init.rs index b100852..cea8d00 100644 --- a/crates/bevy_openxr/src/openxr/init.rs +++ b/crates/bevy_openxr/src/openxr/init.rs @@ -186,7 +186,6 @@ impl Plugin for OxrInitPlugin { resource_exists:: .and_then(|v: Res| v.0.load(Ordering::Relaxed)), ) - // .in_set(XrRenderSet::HandleEvents) .chain(), ); }