浏览代码

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 );