소스 검색

explicitly use 'event' in onPointerUp (#24708)

Lukas Schmid 2 년 전
부모
커밋
56fb2f7177
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/webgl_geometry_spline_editor.html

+ 1 - 1
examples/webgl_geometry_spline_editor.html

@@ -363,7 +363,7 @@
 
 			}
 
-			function onPointerUp() {
+			function onPointerUp( event ) {
 
 				onUpPosition.x = event.clientX;
 				onUpPosition.y = event.clientY;