turn cloud back off

This commit is contained in:
Philip Rosedale 2013-03-06 14:45:24 -08:00
parent f98f64e8f7
commit 89d205f304

View file

@ -101,7 +101,7 @@ ParticleSystem balls(0,
0.0 // Gravity
);
Cloud cloud(20000, // Particles
Cloud cloud(0, // Particles
box, // Bounding Box
false // Wrap
);