mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-07 12:41:07 +02:00
tabs
This commit is contained in:
parent
7d4fa4f484
commit
5b699d1cd4
1 changed files with 4 additions and 4 deletions
|
@ -201,10 +201,10 @@ SelectionManager = (function() {
|
|||
that.worldRotation = properties.boundingBox.rotation;
|
||||
|
||||
that.entityType = properties.type;
|
||||
|
||||
if (selectionUpdated) {
|
||||
SelectionDisplay.setSpaceMode(SPACE_LOCAL);
|
||||
}
|
||||
|
||||
if (selectionUpdated) {
|
||||
SelectionDisplay.setSpaceMode(SPACE_LOCAL);
|
||||
}
|
||||
} else {
|
||||
that.localRotation = null;
|
||||
that.localDimensions = null;
|
||||
|
|
Loading…
Reference in a new issue