Skip to content

Commit

Permalink
Merge pull request videojs#24 from kevleyski/main
Browse files Browse the repository at this point in the history
chore: Swap webvr for webxr polyfill packages (PR fix ups - fix up 180 Left/Right)
  • Loading branch information
kevleyski authored Jan 30, 2023
2 parents 70c5f29 + 37fe825 commit e444322
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 e444322

Please sign in to comment.