This commit is contained in:
galister
2024-02-20 20:55:14 +01:00
parent d31b3ca6c0
commit e7b415ae4e
12 changed files with 34 additions and 45 deletions

View File

@@ -73,8 +73,8 @@ impl OpenXrInputSource {
Ok(Self {
action_set,
hands: [
OpenXrHand::new(&xr, left_source)?,
OpenXrHand::new(&xr, right_source)?,
OpenXrHand::new(xr, left_source)?,
OpenXrHand::new(xr, right_source)?,
],
})
}