mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:24:36 +02:00
You can no longer scale the tablet with double-grab
This commit is contained in:
parent
f4e57898c6
commit
9df887de2a
1 changed files with 1 additions and 1 deletions
|
@ -2572,7 +2572,7 @@ function MyController(hand) {
|
||||||
};
|
};
|
||||||
|
|
||||||
this.maybeScale = function(props) {
|
this.maybeScale = function(props) {
|
||||||
if (!objectScalingEnabled) {
|
if (!objectScalingEnabled || this.isTablet(this.grabbedEntity)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue