This commit is contained in:
Sebastian Hartte 2016-10-03 17:09:14 +02:00
parent f0e3c6eae9
commit 03c3dfc3c8

View file

@ -51,7 +51,8 @@ public class VibrantFX extends Particle
@Override
public int getBrightnessForRender( final float par1 )
{
return 1;
// This just means full brightness
return 15 << 20 | 15 << 4;
}
/**