Skip to content

Commit

Permalink
Update webxr
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Oct 3, 2019
1 parent 1062249 commit 4c4cfb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/script/dom/xrspace.rs
Expand Up @@ -72,7 +72,7 @@ impl XRSpace {
.iter() .iter()
.find(|i| i.id == id) .find(|i| i.id == id)
.expect("no input found"); .expect("no input found");
Some(cast_transform(frame.target_ray_origin)) frame.target_ray_origin.map(cast_transform)
} else { } else {
unreachable!() unreachable!()
} }
Expand Down

0 comments on commit 4c4cfb9

Please sign in to comment.