mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37:58 +01:00
Fix crash when spawning the raindrops particle
This commit is contained in:
parent
b9679a3706
commit
859458baa6
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ public class RaindropsParticle extends RainSplashParticle {
|
|||
super(world, x, y, z);
|
||||
velocityY = -0.1;
|
||||
maxAge += 19;
|
||||
setSprite(provider);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue