mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 02:48:12 +02:00
Adjust grab handle sizes
This commit is contained in:
parent
6017db0f31
commit
c11487735f
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ SelectionDisplay = (function() {
|
||||||
alpha: handleAlpha,
|
alpha: handleAlpha,
|
||||||
visible: false,
|
visible: false,
|
||||||
size: 0.1,
|
size: 0.1,
|
||||||
scale: 0.025,
|
scale: 0.1,
|
||||||
isFacingAvatar: false,
|
isFacingAvatar: false,
|
||||||
drawInFront: true,
|
drawInFront: true,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue