Commit d47fc39c by doszhang

dos

parent afc84c7c
...@@ -95,7 +95,7 @@ function updateWorld() { ...@@ -95,7 +95,7 @@ function updateWorld() {
} }
function update() { function update() {
if (particles.length < 10000 && Math.random() < probability) { if (particles.length < 10000000 && Math.random() < probability) {
createFirework(); createFirework();
} }
var alive = []; 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