WestLangley 6 years ago
parent
commit
f86fe1a8ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/materials/Material.d.ts

+ 1 - 1
src/materials/Material.d.ts

@@ -44,7 +44,7 @@ export interface MaterialParameters {
   dithering?: boolean;
   flatShading?: boolean;
   side?: Side;
-	shadowSide?: Side;
+  shadowSide?: Side;
   transparent?: boolean;
   vertexColors?: Colors;
   vertexTangents?: boolean;