Browse Source

Fix import.

Mugen87 4 years ago
parent
commit
76f1486971
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Three.Legacy.js

+ 0 - 1
src/Three.Legacy.js

@@ -29,7 +29,6 @@ import { Object3D } from './core/Object3D.js';
 import { Uniform } from './core/Uniform.js';
 import { Raycaster } from './core/Raycaster.js';
 import { Curve } from './extras/core/Curve.js';
-import { CurvePath } from './extras/core/CurvePath.js';
 import { Path } from './extras/core/Path.js';
 import { CatmullRomCurve3 } from './extras/curves/CatmullRomCurve3.js';
 import { AxesHelper } from './helpers/AxesHelper.js';