Skip to content

Commit eaa4f9d

Browse files
committed
r102.1
1 parent 6b88665 commit eaa4f9d

File tree

5 files changed

+111
-111
lines changed

5 files changed

+111
-111
lines changed

build/three.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185

186186
} );
187187

188-
var REVISION = '103dev';
188+
var REVISION = '102';
189189
var MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2 };
190190
var CullFaceNone = 0;
191191
var CullFaceBack = 1;
@@ -22421,7 +22421,7 @@
2242122421
this.getStandingMatrix = function () {
2242222422

2242322423
console.warn( 'THREE.WebXRManager: getStandingMatrix() is no longer needed.' );
22424-
return new THREE.Matrix4();
22424+
return new Matrix4();
2242522425

2242622426
};
2242722427

0 commit comments

Comments
 (0)