Browse Source

Update HTMLMesh.js

Fix code style.
Michael Herzog 1 year ago
parent
commit
846fdf8f6a
1 changed files with 1 additions and 1 deletions
  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 );