mirror of
https://github.com/lubosz/overte.git
synced 2025-04-12 14:52:47 +02:00
unlock, rather than lock entities when adjust-attachments window is open, because the windows says you can adjust with hand-controllers
This commit is contained in:
parent
5695c15809
commit
e6c279ee5b
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ function fromQml(message) { // messages are {method, params}, like json-rpc. See
|
|||
case 'adjustWearablesOpened':
|
||||
currentAvatarWearablesBackup = getMyAvatarWearables();
|
||||
adjustWearables.setOpened(true);
|
||||
lockWearables();
|
||||
unlockWearables();
|
||||
|
||||
Entities.mousePressOnEntity.connect(onSelectedEntity);
|
||||
Messages.subscribe('Hifi-Object-Manipulation');
|
||||
|
|
Loading…
Reference in a new issue