Ver código fonte

Merge pull request #16073 from zprodev/fix/webglprogram-declatation-file

Removed duplicates import
Mr.doob 6 anos atrás
pai
commit
f911c9fb91
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      src/renderers/webgl/WebGLProgram.d.ts

+ 0 - 1
src/renderers/webgl/WebGLProgram.d.ts

@@ -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';