Removed sleepy solly code.

This commit is contained in:
Sollace 2018-06-08 23:30:18 +02:00
parent 9ad00347a9
commit 8fe228ae5a

View file

@ -88,7 +88,7 @@ public class SaddleBags implements IModelPart {
rightBag.rotateAngleZ = -bodySwing;
// TODO: Interpolate
dropAmount = (hangLow ? 0.15F : 0) * model.getSwingAmount();
dropAmount = hangLow ? 0.15F : 0;
}
public void sethangingLow(boolean veryLow) {