Remove unused static variable
This commit is contained in:
parent
51840deb49
commit
5a1d24bc6a
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ public class SpinEffect implements IEffect {
|
||||||
private float size;
|
private float size;
|
||||||
private Color color;
|
private Color color;
|
||||||
|
|
||||||
private static final float UP_SPEED = 100.0f;
|
|
||||||
private static final float LIFETIME = 2.0f;
|
private static final float LIFETIME = 2.0f;
|
||||||
private static final float INV_LIFETIME = 1.0f / LIFETIME;
|
private static final float INV_LIFETIME = 1.0f / LIFETIME;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue