mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 12:28:02 +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) {
|
if (event.x === undefined || event.y === undefined) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var proportional = directionEnum === STRETCH_DIRECTION.ALL;
|
var proportional = directionEnum === STRETCH_DIRECTION.ALL;
|
||||||
|
|
||||||
var position, rotation;
|
var position, rotation;
|
||||||
|
|
Loading…
Reference in a new issue