Use final

This commit is contained in:
yueh 2016-01-01 01:49:45 +01:00
parent e5d6a40511
commit 7134e851e4
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class LightningFX extends EntityFX
float red = this.particleRed * j * 0.9f;
float green = this.particleGreen * j * 0.95f;
float blue = this.particleBlue * j;
float alpha = this.particleAlpha;
final float alpha = this.particleAlpha;
if( this.particleAge == 3 )
{