Skip to content

Commit

Permalink
Merge pull request mrdoob#16073 from zprodev/fix/webglprogram-declata…
Browse files Browse the repository at this point in the history
…tion-file

Removed duplicates import
  • Loading branch information
mrdoob authored Mar 27, 2019
2 parents 3d8c22c + 2aa4766 commit f911c9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderers/webgl/WebGLProgram.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { ShaderMaterial } from './../../materials/ShaderMaterial';
import { WebGLShader } from './WebGLShader';
import { WebGLCapabilities } from './WebGLCapabilities';
import { WebGLExtensions } from './WebGLExtensions';
import { WebGLShader } from './WebGLShader';
import { WebGLTextures } from './WebGLTextures';
import { WebGLUniforms } from './WebGLUniforms';

Expand Down

0 comments on commit f911c9f

Please sign in to comment.