Benjamin Guignabert 5 years ago
parent
commit
704c5aa8d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Materials/PBR/pbrBaseMaterial.ts

+ 1 - 1
src/Materials/PBR/pbrBaseMaterial.ts

@@ -806,7 +806,7 @@ export abstract class PBRBaseMaterial extends PushMaterial {
     /**
     /**
      * Defines the SubSurface parameters for the material.
      * Defines the SubSurface parameters for the material.
      */
      */
-    public readonly subSurface : PBRSubSurfaceConfiguration;
+    public readonly subSurface: PBRSubSurfaceConfiguration;
 
 
     /**
     /**
      * Defines the detail map parameters for the material.
      * Defines the detail map parameters for the material.