ROTATION FIX WHOHOO

This commit is contained in:
RePixelatedMC
2023-10-22 15:22:01 +02:00
parent bd2cdc9bd0
commit f9427d1258
@@ -525,7 +525,7 @@ public class IrisObject extends IrisRegistrant {
} }
} }
double newRotation = config.getRotation().getYAxis().getMin() + slopeRotationY; double newRotation = config.getRotation().getYAxis().getMin() + slopeRotationY;
config.getRotation().setYAxis(new IrisAxisRotationClamp(true, false, newRotation, newRotation, 360)); config.getRotation().setYAxis(new IrisAxisRotationClamp(true, false, newRotation, newRotation, 90));
config.getRotation().setEnabled(true); config.getRotation().setEnabled(true);
} }