소스 검색

Update HTMLMesh.js

Fix code style.
Michael Herzog 1 년 전
부모
커밋
846fdf8f6a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/jsm/interactive/HTMLMesh.js

+ 1 - 1
examples/jsm/interactive/HTMLMesh.js

@@ -506,7 +506,7 @@ function html2canvas( element ) {
 
 	// console.time( 'drawElement' );
 
-	context.clearRect(0, 0, canvas.width, canvas.height);
+	context.clearRect( 0, 0, canvas.width, canvas.height );
 
 	drawElement( element );