Browse Source

unneeded import line

Raanan Weber 5 years ago
parent
commit
cb3a6dc558
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Cameras/XR/webXRCamera.ts

+ 0 - 1
src/Cameras/XR/webXRCamera.ts

@@ -5,7 +5,6 @@ import { FreeCamera } from "../../Cameras/freeCamera";
 import { TargetCamera } from "../../Cameras/targetCamera";
 import { TargetCamera } from "../../Cameras/targetCamera";
 import { WebXRSessionManager } from "./webXRSessionManager";
 import { WebXRSessionManager } from "./webXRSessionManager";
 import { Viewport } from '../../Maths/math.viewport';
 import { Viewport } from '../../Maths/math.viewport';
-// import { Space } from '../../Maths/math.axis';
 
 
 /**
 /**
  * WebXR Camera which holds the views for the xrSession
  * WebXR Camera which holds the views for the xrSession