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