Skip to content

Commit

Permalink
Cleanup example (#27059)
Browse files Browse the repository at this point in the history
Extra argument does nothing.
  • Loading branch information
Methuselah96 committed Oct 26, 2023
1 parent 9b302a9 commit b37d24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl_shadow_contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@

} );

gui.add( state, 'showWireframe', true ).onChange( function () {
gui.add( state, 'showWireframe' ).onChange( function () {

if ( state.showWireframe ) {

Expand Down

0 comments on commit b37d24e

Please sign in to comment.