mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:58:59 +02:00
Minor Code Adjustments
Minor Code Adjustments
This commit is contained in:
parent
ec55884dae
commit
0db2d6f041
2 changed files with 19 additions and 19 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue