Commit a3055595 by doszhang

dos

parent be062500
...@@ -135,7 +135,6 @@ function createFirework() { ...@@ -135,7 +135,6 @@ function createFirework() {
particle.vy = particle.vy > 0 ? vy : -vy; particle.vy = particle.vy > 0 ? vy : -vy;
} }
particles.push(particle); particles.push(particle);
particles.push(particle);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment