Skip to content

Commit

Permalink
WebGLRenderer: Removed unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jun 8, 2020
1 parent 05aaf0f commit 5ddb4aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderers/WebGLRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { UniformsLib } from './shaders/UniformsLib.js';
import { Vector2 } from '../math/Vector2.js';
import { Vector3 } from '../math/Vector3.js';
import { Vector4 } from '../math/Vector4.js';
import { Scene } from '../scenes/Scene.js';
import { WebGLAnimation } from './webgl/WebGLAnimation.js';
import { WebGLAttributes } from './webgl/WebGLAttributes.js';
import { WebGLBackground } from './webgl/WebGLBackground.js';
Expand Down

0 comments on commit 5ddb4aa

Please sign in to comment.