Ver código fonte

Examples: More clean up.

Mugen87 4 anos atrás
pai
commit
0ebecb2c78
1 arquivos alterados com 0 adições e 1 exclusões
  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();
 
 			}