فهرست منبع

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 ) {
 
-				event.preventDefault();
-
 				mouse.x = ( event.clientX / window.innerWidth ) * 2 - 1;
 				mouse.y = - ( event.clientY / window.innerHeight ) * 2 + 1;