Jelajahi Sumber

cannot find lint error, re-committing

lockphase 7 tahun lalu
induk
melakukan
183998247d
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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;
         this.CustomParts.Fragment_Before_Lights = shaderPart;
         return this;
         return this;
     }
     }
-	
+
     public Fragment_Custom_MetallicRoughness(shaderPart: string): PBRCustomMaterial {
     public Fragment_Custom_MetallicRoughness(shaderPart: string): PBRCustomMaterial {
         this.CustomParts.Fragment_Custom_MetallicRoughness = shaderPart;
         this.CustomParts.Fragment_Custom_MetallicRoughness = shaderPart;
         return this;
         return this;
     }
     }
-	
+
     public Fragment_Custom_MicroSurface(shaderPart: string): PBRCustomMaterial {
     public Fragment_Custom_MicroSurface(shaderPart: string): PBRCustomMaterial {
         this.CustomParts.Fragment_Custom_MicroSurface = shaderPart;
         this.CustomParts.Fragment_Custom_MicroSurface = shaderPart;
         return this;
         return this;