disable setting of angular velocity upon release of a parenting grab

This commit is contained in:
Seth Alves 2016-04-01 16:58:17 -07:00
parent 37b895db0a
commit f05f283b04

View file

@ -1943,7 +1943,7 @@ function MyController(hand) {
// be fixed.
Entities.editEntity(entityID, {
velocity: this.currentVelocity,
angularVelocity: this.currentAngularVelocity
// angularVelocity: this.currentAngularVelocity
});
}