2
0
James Baicoianu 6 жил өмнө
parent
commit
357dc634ce

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

@@ -519,7 +519,7 @@ THREE.TransformControls = function ( camera, domElement ) {
 			return {
 				x: 0,
 				y: 0,
-				button: event.button,
+				button: event.button
 			};
 
 		} else {