Browse Source

WebXRManager: Fixed import.

Mr.doob 6 years ago
parent
commit
3d594c62a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderers/webvr/WebXRManager.js

+ 1 - 1
src/renderers/webvr/WebXRManager.js

@@ -3,12 +3,12 @@
  */
  */
 
 
 import { Group } from '../../objects/Group.js';
 import { Group } from '../../objects/Group.js';
+import { Matrix4 } from '../../math/Matrix4.js';
 import { Vector4 } from '../../math/Vector4.js';
 import { Vector4 } from '../../math/Vector4.js';
 import { ArrayCamera } from '../../cameras/ArrayCamera.js';
 import { ArrayCamera } from '../../cameras/ArrayCamera.js';
 import { PerspectiveCamera } from '../../cameras/PerspectiveCamera.js';
 import { PerspectiveCamera } from '../../cameras/PerspectiveCamera.js';
 import { WebGLAnimation } from '../webgl/WebGLAnimation.js';
 import { WebGLAnimation } from '../webgl/WebGLAnimation.js';
 import { setProjectionFromUnion } from './WebVRUtils.js';
 import { setProjectionFromUnion } from './WebVRUtils.js';
-import { Matrix4 } from '../../math/Matrix4';
 
 
 function WebXRManager( renderer ) {
 function WebXRManager( renderer ) {