Mugen87 4 anni fa
parent
commit
df34e17d09
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      test/unit/src/animation/PropertyBinding.tests.js

+ 1 - 1
test/unit/src/animation/PropertyBinding.tests.js

@@ -1,7 +1,7 @@
 /* global QUnit */
 /* global QUnit */
 
 
 import { PropertyBinding } from '../../../../src/animation/PropertyBinding';
 import { PropertyBinding } from '../../../../src/animation/PropertyBinding';
-import { BoxBufferGeometry } from '../../../../src/geometries/BoxGeometry';
+import { BoxBufferGeometry } from '../../../../src/geometries/BoxBufferGeometry';
 import { Mesh } from '../../../../src/objects/Mesh';
 import { Mesh } from '../../../../src/objects/Mesh';
 import { MeshBasicMaterial } from '../../../../src/materials/MeshBasicMaterial';
 import { MeshBasicMaterial } from '../../../../src/materials/MeshBasicMaterial';