Skip to content

Commit 795d0cc

Browse files
committed
rev three.js version
1 parent bd95a77 commit 795d0cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

proposals/body-tracking.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// https://github.com/mrdoob/three.js/blob/master/LICENSE
3333

3434

35-
import * as THREE from 'https://unpkg.com/three@0.160.0/build/three.module.js';
35+
import * as THREE from 'https://unpkg.com/three@0.161.0/build/three.module.js';
3636
import {WebXRButton} from '../js/util/webxr-button.js';
3737
import {hitTest, filterHitTestResults} from '../js/hit-test.js';
3838

@@ -110,7 +110,6 @@
110110
xrButton.setSession(null);
111111

112112
renderer.setAnimationLoop(null);
113-
renderer.xr.setSession(null)
114113
}
115114

116115
function onWindowResize() {

0 commit comments

Comments
 (0)