mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-15 20:09:14 +02:00
remove extra Script and commented out line
This commit is contained in:
parent
9015b24aa5
commit
dba7fbceac
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
Script//
|
||||
//
|
||||
// collidingParticles.js
|
||||
// hifi
|
||||
//
|
||||
|
|
|
@ -44,7 +44,6 @@ var particleID = Particles.addParticle(originalProperties);
|
|||
|
||||
function moveParticle() {
|
||||
if (count >= moveUntil) {
|
||||
//Script.stop();
|
||||
|
||||
// delete it...
|
||||
if (count == moveUntil) {
|
||||
|
|
Loading…
Reference in a new issue