|
@@ -154,7 +154,7 @@ function EditorControls( object, domElement ) {
|
|
switch ( event.pointerType ) {
|
|
switch ( event.pointerType ) {
|
|
|
|
|
|
case 'mouse':
|
|
case 'mouse':
|
|
- onMouseUp( event );
|
|
|
|
|
|
+ onMouseUp();
|
|
break;
|
|
break;
|
|
|
|
|
|
// TODO touch
|
|
// TODO touch
|
|
@@ -213,7 +213,7 @@ function EditorControls( object, domElement ) {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- function onMouseUp( /* event */ ) {
|
|
|
|
|
|
+ function onMouseUp() {
|
|
|
|
|
|
state = STATE.NONE;
|
|
state = STATE.NONE;
|
|
|
|
|