Vis 4 лет назад
Родитель
Сommit
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 ) {
 
-				event.preventDefault();
-
 				mouse.x = ( event.clientX / window.innerWidth ) * 2 - 1;
 				mouse.y = - ( event.clientY / window.innerHeight ) * 2 + 1;