mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:03:53 +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.
|
||||
Entities.editEntity(entityID, {
|
||||
velocity: this.currentVelocity,
|
||||
angularVelocity: this.currentAngularVelocity
|
||||
// angularVelocity: this.currentAngularVelocity
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue