mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 22:38:33 +02:00
disable setting of angular velocity upon release of a parenting grab
This commit is contained in:
parent
37b895db0a
commit
f05f283b04
1 changed files with 1 additions and 1 deletions
|
@ -1943,7 +1943,7 @@ function MyController(hand) {
|
||||||
// be fixed.
|
// be fixed.
|
||||||
Entities.editEntity(entityID, {
|
Entities.editEntity(entityID, {
|
||||||
velocity: this.currentVelocity,
|
velocity: this.currentVelocity,
|
||||||
angularVelocity: this.currentAngularVelocity
|
// angularVelocity: this.currentAngularVelocity
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue