Skip to content

Commit a5e905b

Browse files
Update PointerlockcontrolsMobile.js
1 parent 25bb123 commit a5e905b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PointerlockcontrolsMobile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
Euler,
33
EventDispatcher,
44
Vector3
5-
} from "three/build/three.module";
5+
} from "https://cdn.skypack.dev/three@0.132.2/build/three.module";
66

77
var mobile
88
mobile = false;
@@ -199,4 +199,4 @@ PointerLockControls.prototype.constructor = PointerLockControls;
199199

200200
export {
201201
PointerLockControls
202-
};
202+
};

0 commit comments

Comments
 (0)