Skip to content

Commit b37d24e

Browse files
authored
Cleanup example (mrdoob#27059)
Extra argument does nothing.
1 parent 9b302a9 commit b37d24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webgl_shadow_contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214

215215
} );
216216

217-
gui.add( state, 'showWireframe', true ).onChange( function () {
217+
gui.add( state, 'showWireframe' ).onChange( function () {
218218

219219
if ( state.showWireframe ) {
220220

0 commit comments

Comments
 (0)