Sfoglia il codice sorgente

removed spacing and indentations

lockphase 6 anni fa
parent
commit
19db7fa059
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
         this.CustomParts.Fragment_Custom_MicroSurface = shaderPart;
         return this;
         return this;
     }
     }
-    
+
     public Fragment_Before_Fog(shaderPart: string): PBRCustomMaterial {
     public Fragment_Before_Fog(shaderPart: string): PBRCustomMaterial {
         this.CustomParts.Fragment_Before_Fog = shaderPart;
         this.CustomParts.Fragment_Before_Fog = shaderPart;
         return this;
         return this;