don't set release velocity

This commit is contained in:
Seth Alves 2015-11-04 16:21:02 -08:00
parent 067a058799
commit adb9118dc1

View file

@ -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;