Minor Code Adjustments

Minor Code Adjustments
This commit is contained in:
Alezia Kurdis 2020-12-29 22:19:11 -05:00 committed by GitHub
parent ec55884dae
commit 0db2d6f041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 19 deletions

View file

@ -2411,7 +2411,7 @@ SelectionDisplay = (function() {
SelectionManager.saveProperties();
if (selectionManager.selections.length === 1 && spaceMode === SPACE_LOCAL) {
currentRotation = SelectionManager.localRotation;
}else{
} else {
currentRotation = SelectionManager.worldRotation;
}
switch(axis) {