Selaa lähdekoodia

changed unnecessary removal of whitespace

jhl 5 vuotta sitten
vanhempi
sitoutus
614a41ce39
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;