Typo getSelectedBoundingBoxsFromPool

This commit is contained in:
thatsIch
2014-09-21 00:35:59 +02:00
parent 6741c7800b
commit 3a30c6d737
13 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ public class TileCrank extends AEBaseTile implements ICustomCollision
}
@Override
public Iterable<AxisAlignedBB> getSelectedBoundingBoxsFromPool(World w, int x, int y, int z, Entity e, boolean isVisual)
public Iterable<AxisAlignedBB> getSelectedBoundingBoxesFromPool(World w, int x, int y, int z, Entity e, boolean isVisual)
{
double xOff = -0.15 * getUp().offsetX;
double yOff = -0.15 * getUp().offsetY;