mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 05:50:19 +02:00
Adjust size of stretch overlays to be smaller
This commit is contained in:
parent
ab2fa16be3
commit
1b1482bab3
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ SelectionDisplay = (function () {
|
|||
|
||||
var MINIMUM_DIMENSION = 0.001;
|
||||
|
||||
var GRABBER_DISTANCE_TO_SIZE_RATIO = 0.015;
|
||||
var GRABBER_DISTANCE_TO_SIZE_RATIO = 0.0075;
|
||||
|
||||
var spaceMode = SPACE_LOCAL;
|
||||
var mode = "UNKNOWN";
|
||||
|
|
Loading…
Reference in a new issue