Alpha fix
This commit is contained in:
parent
650b2ba68b
commit
b8229d8c91
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class ParticleJungleSpore extends AnimatedParticle {
|
||||||
ticks = 0;
|
ticks = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.age < 30) {
|
if (this.age <= 30) {
|
||||||
float delta = ticks / 30F;
|
float delta = ticks / 30F;
|
||||||
this.setColorAlpha(delta);
|
this.setColorAlpha(delta);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue