mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-27 13:58:46 +02:00
CR fixes
This commit is contained in:
parent
9005efb639
commit
e483b1342c
1 changed files with 0 additions and 1 deletions
|
@ -501,7 +501,6 @@ SelectionManager = (function() {
|
||||||
|
|
||||||
if (selectionUpdated) {
|
if (selectionUpdated) {
|
||||||
SelectionDisplay.useDesiredSpaceMode();
|
SelectionDisplay.useDesiredSpaceMode();
|
||||||
//SelectionDisplay.setSpaceMode(SPACE_LOCAL, false);
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
properties = Entities.getEntityProperties(that.selections[0], ['type', 'boundingBox']);
|
properties = Entities.getEntityProperties(that.selections[0], ['type', 'boundingBox']);
|
||||||
|
|
Loading…
Reference in a new issue