Skip to content

Commit

Permalink
chore: Swap webvr for webxr polyfill packages (PR fix ups - fix up 18…
Browse files Browse the repository at this point in the history
…0 Left/Right)
  • Loading branch information
Kevin Staunton-Lambert committed Jan 30, 2023
1 parent 5943617 commit 37fe825
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ class VR extends Plugin {
xTransform *= 0.5;
xTransform += 0.5;
uvs.setX(i, xTransform);
uvs.setY(i, xTransform);
}
} else {
for (let i = 0; i < uvs.count; i++) {
Expand Down

0 comments on commit 37fe825

Please sign in to comment.