diff --git a/src/components/beat.js b/src/components/beat.js index 82d27f5..cc019e7 100644 --- a/src/components/beat.js +++ b/src/components/beat.js @@ -473,7 +473,7 @@ AFRAME.registerComponent('beat', { this.backToPool = this.returnToPoolTimer <= 0; } - if (!this.destroyed) { this.missHit(); } + if (this.backToPool && !this.destroyed) { this.missHit(); } this.returnToPool(); }; })(),