Explorar el Código

Update MeshPhysicalMaterial.d.ts

lint fix
MJ hace 5 años
padre
commit
752d8c699b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;
 }