Browse Source

Update MeshPhysicalMaterial.d.ts

lint fix
MJ 5 years ago
parent
commit
752d8c699b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/materials/MeshPhysicalMaterial.d.ts

+ 0 - 1
src/materials/MeshPhysicalMaterial.d.ts

@@ -16,7 +16,6 @@ export interface MeshPhysicalMaterialParameters
 
 	clearcoatNormalScale?: Vector2;
 	clearcoatNormalMap?: Texture | null;
-	
 	transparency?: number;
 }