mirror of
https://github.com/lubosz/overte.git
synced 2025-08-13 07:43:58 +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();
|
SelectionManager.saveProperties();
|
||||||
if (selectionManager.selections.length === 1 && spaceMode === SPACE_LOCAL) {
|
if (selectionManager.selections.length === 1 && spaceMode === SPACE_LOCAL) {
|
||||||
currentRotation = SelectionManager.localRotation;
|
currentRotation = SelectionManager.localRotation;
|
||||||
}else{
|
} else {
|
||||||
currentRotation = SelectionManager.worldRotation;
|
currentRotation = SelectionManager.worldRotation;
|
||||||
}
|
}
|
||||||
switch(axis) {
|
switch(axis) {
|
||||||
|
|
Loading…
Reference in a new issue