Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove space
  • Loading branch information
dmarcos authored Nov 23, 2024
commit b0f07445b48153146b146b342db0b069ea4dda0f
2 changes: 1 addition & 1 deletion src/components/cursor.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ module.exports.Component = registerComponent('cursor', {
origin: new THREE.Vector3()
});
},

addWebXREventListeners: function () {
var self = this;
var xrSession = this.el.sceneEl.xrSession;
Expand Down
Loading