diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index b7493ff8aa..20e6eeb3fa 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -1943,7 +1943,7 @@ function MyController(hand) { // be fixed. Entities.editEntity(entityID, { velocity: this.currentVelocity, - angularVelocity: this.currentAngularVelocity + // angularVelocity: this.currentAngularVelocity }); }