浏览代码

removed spacing and indentations

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

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

@@ -219,7 +219,7 @@ export class PBRCustomMaterial extends PBRMaterial {
         this.CustomParts.Fragment_Custom_MicroSurface = shaderPart;
         return this;
     }
-    
+
     public Fragment_Before_Fog(shaderPart: string): PBRCustomMaterial {
         this.CustomParts.Fragment_Before_Fog = shaderPart;
         return this;