mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +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);
|
super(world, x, y, z);
|
||||||
velocityY = -0.1;
|
velocityY = -0.1;
|
||||||
maxAge += 19;
|
maxAge += 19;
|
||||||
|
setSprite(provider);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue