mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 14:02:57 +02:00
Don't turn on laser when mini tablet is expanding
This commit is contained in:
parent
0437c50c06
commit
4978f80f43
1 changed files with 0 additions and 5 deletions
|
@ -342,11 +342,6 @@
|
||||||
miniInitialWidth = MINI_DIMENSIONS.x;
|
miniInitialWidth = MINI_DIMENSIONS.x;
|
||||||
miniTargetWidth = getTabletWidthFromSettings();
|
miniTargetWidth = getTabletWidthFromSettings();
|
||||||
miniTargetLocalRotation = Quat.multiply(miniExpandLocalRotation, miniExpandDeltaRotation);
|
miniTargetLocalRotation = Quat.multiply(miniExpandLocalRotation, miniExpandDeltaRotation);
|
||||||
|
|
||||||
// Don't let other hand grab while expanding.
|
|
||||||
Overlays.editOverlay(miniOverlay, {
|
|
||||||
grabbable: false
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function sizeAboutHandles(scaleFactor) {
|
function sizeAboutHandles(scaleFactor) {
|
||||||
|
|
Loading…
Reference in a new issue