mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 22:32:04 +00:00
ROTATION FIX WHOHOO
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user