mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-10 17:22:58 +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;
|
||||
miniTargetWidth = getTabletWidthFromSettings();
|
||||
miniTargetLocalRotation = Quat.multiply(miniExpandLocalRotation, miniExpandDeltaRotation);
|
||||
|
||||
// Don't let other hand grab while expanding.
|
||||
Overlays.editOverlay(miniOverlay, {
|
||||
grabbable: false
|
||||
});
|
||||
}
|
||||
|
||||
function sizeAboutHandles(scaleFactor) {
|
||||
|
|
Loading…
Reference in a new issue