removed unused variable
This commit is contained in:
parent
89ecbb6f4d
commit
4915190fdb
@ -9,7 +9,6 @@ import com.badlogic.gdx.utils.Pool.Poolable;
|
|||||||
import zero1hd.rhythmbullet.entity.Entity;
|
import zero1hd.rhythmbullet.entity.Entity;
|
||||||
|
|
||||||
public class Pellet extends Entity implements Poolable {
|
public class Pellet extends Entity implements Poolable {
|
||||||
private boolean dead;
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void preInit() {
|
public void preInit() {
|
||||||
@ -45,7 +44,6 @@ public class Pellet extends Entity implements Poolable {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void collided(Entity entity) {
|
public void collided(Entity entity) {
|
||||||
dead = true;
|
|
||||||
super.collided(entity);
|
super.collided(entity);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user