work in progress [might break]

This commit is contained in:
Leon van Kammen 2023-11-03 12:00:36 +01:00
parent 43ebcbb5e1
commit 5a51eaa59d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ AFRAME.registerComponent('helloworld', {
init: function () {
let obj = this.object3D
let obj = this.el.object3D
// entrypoint for single-file xrshell/THREE/AFRAME components
obj.addEventListener('xrshell', (opts) => {