Gravity: Add break fixing white option

This commit is contained in:
John Scipione
2014-02-25 18:14:06 -05:00
parent 792a46db79
commit 2094bbb315
@@ -176,6 +176,7 @@ Particle::_ColorParticle(Particle* p, int32 size, int32 shade)
case 5:
// White
p->red = p->green = p->blue = 0.1f + frand() * 0.2f;
break;
case 6:
// Rainbow