Commit 9606ca51 by doszhang

dos

parent 57a4c876
......@@ -100,7 +100,6 @@ function updateWorld() {
function update() {
if (particles.length < 500 && Math.random() < probability) {
console.log(particles.length);
createFirework();
}
var alive = [];
......
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