Opps. Missing change

This commit is contained in:
libraryaddict 2013-12-31 20:08:27 +13:00
parent a7e7097666
commit ac1c8efe07

@ -271,7 +271,7 @@ public class ReflectionManager {
field.setDouble(boundingBox, loc.getX() + newBox.getX()); field.setDouble(boundingBox, loc.getX() + newBox.getX());
break; break;
case 5: case 5:
field.setDouble(boundingBox, loc.getY() + (newBox.getY() * 2)); field.setDouble(boundingBox, loc.getY() + newBox.getY());
break; break;
case 6: case 6:
field.setDouble(boundingBox, loc.getZ() + newBox.getZ()); field.setDouble(boundingBox, loc.getZ() + newBox.getZ());