mirror of
https://github.com/overte-org/overte.git
synced 2025-04-09 07:12:45 +02:00
Merge branch 'editHandleMacFix' of github.com:dback2/hifi into editHandleMacFix
This commit is contained in:
commit
f33fae30ed
1 changed files with 1 additions and 1 deletions
|
@ -2074,7 +2074,7 @@ SelectionDisplay = (function() {
|
|||
if (event.x === undefined || event.y === undefined) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
var proportional = directionEnum === STRETCH_DIRECTION.ALL;
|
||||
|
||||
var position, rotation;
|
||||
|
|
Loading…
Reference in a new issue