Browse Source

Update TrackballControls.js

Fix lgtm alert.
Michael Herzog 4 years ago
parent
commit
045b59005e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/jsm/controls/TrackballControls.js

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

@@ -459,7 +459,7 @@ class TrackballControls extends EventDispatcher {
 
 
 			} else {
 			} else {
 
 
-				onMouseUp( event );
+				onMouseUp();
 
 
 			}
 			}