fix particle player error
This commit is contained in:
@@ -308,6 +308,8 @@ AFRAME.registerComponent('particleplayer', {
|
||||
}
|
||||
}
|
||||
|
||||
if (found === -1) { return; }
|
||||
|
||||
particleSystem = this.particleSystems[found];
|
||||
particleSystem.active = true;
|
||||
particleSystem.loopCount = 1;
|
||||
|
||||
Reference in New Issue
Block a user