浏览代码

Cleanup example (#27059)

Extra argument does nothing.
Nathan Bierema 1 年之前
父节点
当前提交
b37d24e9da
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 ) {