diff --git a/examples/grab.js b/examples/grab.js index 3b6c79977e..f9d1f41b97 100644 --- a/examples/grab.js +++ b/examples/grab.js @@ -373,6 +373,10 @@ Grabber.prototype.pressEvent = function(event) { beacon.updatePosition(this.startPosition); + if(!entityIsGrabbedByOther(this.entityID)){ + this.moveEvent(event); + } + // TODO: play sounds again when we aren't leaking AudioInjector threads //Audio.playSound(grabSound, { position: entityProperties.position, volume: VOLUME }); }