mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 08:18:05 +02:00
don't set release velocity
This commit is contained in:
parent
067a058799
commit
adb9118dc1
1 changed files with 3 additions and 3 deletions
|
@ -903,9 +903,9 @@ function MyController(hand) {
|
|||
|
||||
// the action will tend to quickly bring an object's velocity to zero. now that
|
||||
// the action is gone, set the objects velocity to something the holder might expect.
|
||||
Entities.editEntity(this.grabbedEntity, {
|
||||
velocity: this.grabbedVelocity
|
||||
});
|
||||
// Entities.editEntity(this.grabbedEntity, {
|
||||
// velocity: this.grabbedVelocity
|
||||
// });
|
||||
|
||||
this.grabbedVelocity = ZERO_VEC;
|
||||
this.grabbedEntity = null;
|
||||
|
|
Loading…
Reference in a new issue