mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update webxr
This commit is contained in:
parent
1062249fd8
commit
4c4cfb9834
2 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ impl XRSpace {
|
|||
.iter()
|
||||
.find(|i| i.id == id)
|
||||
.expect("no input found");
|
||||
Some(cast_transform(frame.target_ray_origin))
|
||||
frame.target_ray_origin.map(cast_transform)
|
||||
} else {
|
||||
unreachable!()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue