Explorar el Código

remove unnessecary import

Gero3 hace 6 años
padre
commit
416c109665
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      test/unit/src/math/Plane.tests.js

+ 0 - 1
test/unit/src/math/Plane.tests.js

@@ -18,7 +18,6 @@ import {
 	zero3,
 	one3
 } from './Constants.tests';
-import { Cache } from '../../../../build/three';
 
 function comparePlane( a, b, threshold ) {