mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 14:56:57 +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) {
|
||||
if (!objectScalingEnabled) {
|
||||
if (!objectScalingEnabled || this.isTablet(this.grabbedEntity)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue