Skip to content

Commit

Permalink
Update webgl_furnace_test.html
Browse files Browse the repository at this point in the history
Clean up.
  • Loading branch information
Mugen87 authored Aug 16, 2021
1 parent 918c364 commit a4f742c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl_furnace_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

// camera
camera = new THREE.PerspectiveCamera( 40, aspect, 1, 30 );
camera.position.set( 0, 0, 18 )
camera.position.set( 0, 0, 18 );

}

Expand Down

0 comments on commit a4f742c

Please sign in to comment.