Update webxr

This commit is contained in:
Manish Goregaokar 2019-10-02 19:02:52 -07:00
parent 1062249fd8
commit 4c4cfb9834
2 changed files with 3 additions and 3 deletions

View file

@ -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!()
}