remove extra Script and commented out line

This commit is contained in:
Stephen Birarda 2014-01-31 15:00:35 -08:00
parent 9015b24aa5
commit dba7fbceac
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Script//
//
// collidingParticles.js
// hifi
//

View file

@ -44,7 +44,6 @@ var particleID = Particles.addParticle(originalProperties);
function moveParticle() {
if (count >= moveUntil) {
//Script.stop();
// delete it...
if (count == moveUntil) {