Skip to content

Commit 3e9938c

Browse files
Ghost-chuMelonCode
authored andcommitted
bump 2019 to 2020
1 parent b91d64d commit 3e9938c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/ru/meloncode/xmas/ParticleContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class ParticleContainer {
1818
new DustOptions(Color.BLUE, 1f),
1919
new DustOptions(Color.FUCHSIA, 1f)
2020
};
21-
final static Random random = new Random("Happy 2019!".hashCode());
21+
final static Random random = new Random("Happy 2020!".hashCode());
2222

2323
private final Particle type;
2424
private final float offsetX;

0 commit comments

Comments
 (0)