Fix VanishEffect never actually vanishing
This commit is contained in:
parent
d2325220f8
commit
ebc373e26b
1 changed files with 1 additions and 1 deletions
|
@ -57,6 +57,6 @@ public class VanishEffect implements IEffect {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isDone() {
|
public boolean isDone() {
|
||||||
return vanishElapsed > vanishElapsed;
|
return vanishElapsed > vanishLifetime;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue