浏览代码

Examples: More clean up.

Mugen87 4 年之前
父节点
当前提交
0ebecb2c78
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/webgl_camera_logarithmicdepthbuffer.html

+ 0 - 1
examples/webgl_camera_logarithmicdepthbuffer.html

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