소스 검색

changed unnecessary removal of whitespace

jhl 5 년 전
부모
커밋
614a41ce39
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/jsm/postprocessing/ShaderPass.d.ts

+ 1 - 1
examples/jsm/postprocessing/ShaderPass.d.ts

@@ -6,7 +6,7 @@ import { Pass } from './Pass';
 
 export class ShaderPass extends Pass {
 
-	constructor(shader: object, textureID?: string);
+	constructor( shader: object, textureID?: string );
 	textureID: string;
 	uniforms: { [name: string]: { value: any } };
 	material: ShaderMaterial;