소스 검색

Update MeshPhysicalMaterial.d.ts

lint fix
MJ 5 년 전
부모
커밋
752d8c699b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;
 }