提交 614a41ce 编写于 作者: J jhl

changed unnecessary removal of whitespace

上级 9f8b64a8
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册