super-three 0.154.0 → 0.154.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-three",
3
- "version": "0.154.0",
3
+ "version": "0.154.1",
4
4
  "description": "JavaScript 3D library",
5
5
  "type": "module",
6
6
  "main": "./build/three.js",
@@ -585,7 +585,7 @@ class WebXRManager extends EventDispatcher {
585
585
 
586
586
  }
587
587
 
588
- updateUserCamera( camera, cameraXR, parent );
588
+ updateUserCamera( camera, cameraXR, object );
589
589
 
590
590
  };
591
591