used OxrSpaceSyncSet instead of system itself

This commit is contained in:
ForTehLose
2024-09-03 20:16:50 -04:00
parent 667c6092a7
commit ec14bf82c9
2 changed files with 5 additions and 6 deletions

View File

@@ -140,7 +140,7 @@ impl OxrSpaceVelocityFlags {
}
#[allow(clippy::type_complexity)]
pub fn update_space_transforms(
fn update_space_transforms(
session: Res<OxrSession>,
default_ref_space: Res<XrPrimaryReferenceSpace>,
pipelined: Option<Res<Pipelined>>,