Browse Source

Sprite: Clean up

Mugen87 7 years ago
parent
commit
682c9bab49
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/objects/Sprite.js

+ 0 - 1
src/objects/Sprite.js

@@ -5,7 +5,6 @@ import { Object3D } from '../core/Object3D.js';
 import { BufferGeometry } from '../core/BufferGeometry.js';
 import { InterleavedBuffer } from '../core/InterleavedBuffer.js';
 import { InterleavedBufferAttribute } from '../core/InterleavedBufferAttribute.js';
-import { TrianglesDrawMode } from '../constants.js';
 import { SpriteMaterial } from '../materials/SpriteMaterial.js';
 
 /**