Skip to content

Commit

Permalink
Use default color for particles
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-wilke committed Dec 28, 2021
1 parent a9be599 commit 2e055a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public abstract class Particle implements ITimeToLive {
private float deltaAngle;

private Collision collisionType;
private Color color;
private Color color = DEFAULT_COLOR;
private float deltaHeight;
private float deltaWidth;
/**
Expand Down

0 comments on commit 2e055a2

Please sign in to comment.