Browse Source

update gui

HypnosNova 7 years ago
parent
commit
a91e586a1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_postprocessing_afterimage.html

+ 1 - 1
examples/webgl_postprocessing_afterimage.html

@@ -76,7 +76,7 @@
 
 				var gui = new dat.GUI( { name: 'Damp setting' } );
 				gui.add( afterimagePass.uniforms[ "damp" ], 'value', 0, 1 ).step( 0.001 );
-				gui.add( this, 'openPass');
+				gui.add( this, 'enable' );
 
 			}