Browse Source

Examples: More clean up.

Mugen87 4 years ago
parent
commit
0ebecb2c78
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/webgl_camera_logarithmicdepthbuffer.html

+ 0 - 1
examples/webgl_camera_logarithmicdepthbuffer.html

@@ -303,7 +303,6 @@
 			function onBorderPointerMove( ev ) {
 
 				screensplit = Math.max( 0, Math.min( 1, ev.clientX / window.innerWidth ) );
-				ev.stopPropagation();
 
 			}