fix miss hit
This commit is contained in:
@@ -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();
|
||||
};
|
||||
})(),
|
||||
|
||||
Reference in New Issue
Block a user