This commit is contained in:
David Back 2018-06-18 16:14:46 -07:00
parent 7d4fa4f484
commit 5b699d1cd4

View file

@ -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;