mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 10:40:13 +02:00
Update checkMove to only update rotation handles instead of all handles
This commit is contained in:
parent
0fb0169ff2
commit
30a7b60958
1 changed files with 1 additions and 1 deletions
|
@ -2053,7 +2053,7 @@ SelectionDisplay = (function () {
|
|||
that.checkMove = function() {
|
||||
if (SelectionManager.hasSelection() &&
|
||||
(!Vec3.equal(Camera.getPosition(), lastCameraPosition) || !Quat.equal(Camera.getOrientation(), lastCameraOrientation))){
|
||||
that.select(selectionManager.selections[0], false, false);
|
||||
that.updateRotationHandles();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue