use upstream main

This commit is contained in:
Raffaele Ragni
2023-09-26 22:19:05 +02:00
parent 65fbffaae7
commit 3a68b64a4c
4 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ pub struct OpenXRRightController;
pub struct OpenXRController;
pub fn adopt_open_xr_trackers(
query: Query<(Entity), Added<OpenXRTracker>>,
query: Query<Entity, Added<OpenXRTracker>>,
mut commands: Commands,
tracking_root_query: Query<(Entity, With<OpenXRTrackingRoot>)>,
) {