diff --git a/examples/collidingParticles.js b/examples/collidingParticles.js index d202b31d97..81ccfe108b 100644 --- a/examples/collidingParticles.js +++ b/examples/collidingParticles.js @@ -1,4 +1,4 @@ -Script// +// // collidingParticles.js // hifi // diff --git a/examples/editParticleExample.js b/examples/editParticleExample.js index 5774eda689..152bb18fca 100644 --- a/examples/editParticleExample.js +++ b/examples/editParticleExample.js @@ -44,7 +44,6 @@ var particleID = Particles.addParticle(originalProperties); function moveParticle() { if (count >= moveUntil) { - //Script.stop(); // delete it... if (count == moveUntil) {