Explorar el Código

Removed duplicates import

zprodev hace 7 años
padre
commit
2aa4766b2e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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';
 

粤ICP备19079148号