Skip to content

Commit d48bffd

Browse files
committed
Change to reference three from aframe
1 parent c350859 commit d48bffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/WASDPlusControls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
import AFRAME from "aframe";
3-
import * as THREE from "three";
3+
const THREE = AFRAME.THREE;
44
const bind = AFRAME.utils.bind;
55
const shouldCaptureKeyEvent = AFRAME.utils.shouldCaptureKeyEvent;
66

0 commit comments

Comments
 (0)