Merging 1.7.5 Source: effect changes

This commit is contained in:
Evan Debenham
2015-01-29 16:05:19 -05:00
parent 1b10338b37
commit d6bcece8af
15 changed files with 355 additions and 24 deletions
@@ -36,7 +36,7 @@ public class WindParticle extends PixelParticle {
}
};
private static float angle = Random.Float( PointF.PI * 2 );
private static float angle = Random.Float( PointF.PI2 );
private static PointF speed = new PointF().polar( angle, 5 );