Skip to content

Commit

Permalink
Update HTMLMesh.js
Browse files Browse the repository at this point in the history
Fix code style.
  • Loading branch information
Mugen87 authored and AdaRoseCannon committed Jan 15, 2024
1 parent 3aa97e3 commit dc2e604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/interactive/HTMLMesh.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );

Expand Down

0 comments on commit dc2e604

Please sign in to comment.