2
0
Эх сурвалжийг харах

DragControls: added onPointerDown parameters (#22084)

puxiao 4 жил өмнө
parent
commit
21e7244417

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

@@ -136,7 +136,7 @@ class DragControls extends EventDispatcher {
 
 
 		}
 		}
 
 
-		function onPointerDown() {
+		function onPointerDown( event ) {
 
 
 			if ( scope.enabled === false ) return;
 			if ( scope.enabled === false ) return;