Kaynağa Gözat

Cleanup example (#27059)

Extra argument does nothing.
Nathan Bierema 1 yıl önce
ebeveyn
işleme
b37d24e9da
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      examples/webgl_shadow_contact.html

+ 1 - 1
examples/webgl_shadow_contact.html

@@ -214,7 +214,7 @@
 
 
 				} );
 				} );
 
 
-				gui.add( state, 'showWireframe', true ).onChange( function () {
+				gui.add( state, 'showWireframe' ).onChange( function () {
 
 
 					if ( state.showWireframe ) {
 					if ( state.showWireframe ) {