소스 검색

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 ) {