Fix sparkle particles not being animated (this was accidentally disabled when testing a new feature)

This commit is contained in:
Electroblob
2018-02-10 18:23:25 +00:00
parent 2c8435392e
commit a9dbf47c4a
@@ -81,8 +81,8 @@ public class ParticleSparkle extends ParticleCustomTexture {
// this.setRBGColorF(this.initialRed + (this.fadeRed - this.initialRed)*ageFraction,
// this.initialGreen + (this.fadeGreen - this.initialGreen)*ageFraction,
// this.initialBlue + (this.fadeBlue - this.initialBlue)*ageFraction);
//
// this.setParticleTextureIndex((this.particleAge * 11)/this.particleMaxAge);
this.setParticleTextureIndex((this.particleAge * 11)/this.particleMaxAge);
}
/*