浏览代码

cannot find lint error, re-committing

lockphase 6 年之前
父节点
当前提交
183998247d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      materialsLibrary/src/custom/pbrCustomMaterial.ts

+ 2 - 2
materialsLibrary/src/custom/pbrCustomMaterial.ts

@@ -209,12 +209,12 @@ export class PBRCustomMaterial extends PBRMaterial {
         this.CustomParts.Fragment_Before_Lights = shaderPart;
         return this;
     }
-	
+
     public Fragment_Custom_MetallicRoughness(shaderPart: string): PBRCustomMaterial {
         this.CustomParts.Fragment_Custom_MetallicRoughness = shaderPart;
         return this;
     }
-	
+
     public Fragment_Custom_MicroSurface(shaderPart: string): PBRCustomMaterial {
         this.CustomParts.Fragment_Custom_MicroSurface = shaderPart;
         return this;