Remove the worm's bounding box

This commit is contained in:
Ellpeck 2016-08-31 21:04:49 +02:00
parent 031ea44125
commit 8b4b8a48c4

View file

@ -27,6 +27,7 @@ public class EntityWorm extends Entity{
public EntityWorm(World world){
super(world);
this.setEntityBoundingBox(null);
}
@Override