mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 02:43:32 +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':
|
case 'adjustWearablesOpened':
|
||||||
currentAvatarWearablesBackup = getMyAvatarWearables();
|
currentAvatarWearablesBackup = getMyAvatarWearables();
|
||||||
adjustWearables.setOpened(true);
|
adjustWearables.setOpened(true);
|
||||||
lockWearables();
|
unlockWearables();
|
||||||
|
|
||||||
Entities.mousePressOnEntity.connect(onSelectedEntity);
|
Entities.mousePressOnEntity.connect(onSelectedEntity);
|
||||||
Messages.subscribe('Hifi-Object-Manipulation');
|
Messages.subscribe('Hifi-Object-Manipulation');
|
||||||
|
|
Loading…
Reference in a new issue