浏览代码

unreal_bloom_selective_fix_gui (#21722)

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

+ 0 - 2
examples/webgl_postprocessing_unreal_bloom_selective.html

@@ -180,8 +180,6 @@
 
 
 			function onPointerDown( event ) {
 			function onPointerDown( event ) {
 
 
-				event.preventDefault();
-
 				mouse.x = ( event.clientX / window.innerWidth ) * 2 - 1;
 				mouse.x = ( event.clientX / window.innerWidth ) * 2 - 1;
 				mouse.y = - ( event.clientY / window.innerHeight ) * 2 + 1;
 				mouse.y = - ( event.clientY / window.innerHeight ) * 2 + 1;