Fix crash when spawning the raindrops particle

This commit is contained in:
Sollace 2021-03-01 15:07:51 +02:00
parent b9679a3706
commit 859458baa6

View file

@ -11,6 +11,7 @@ public class RaindropsParticle extends RainSplashParticle {
super(world, x, y, z);
velocityY = -0.1;
maxAge += 19;
setSprite(provider);
}
@Override