فهرست منبع

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;