소스 검색

Updated examples builds

Mr.doob 4 년 전
부모
커밋
f5bd0b75e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/js/controls/DragControls.js

+ 1 - 1
examples/js/controls/DragControls.js

@@ -144,7 +144,7 @@
 
 			}
 
-			function onPointerDown() {
+			function onPointerDown( event ) {
 
 				if ( scope.enabled === false ) return;
 				updatePointer( event );