mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
Re-enable camera movement API
This commit is contained in:
@@ -708,7 +708,7 @@ public class MidnightInput {
|
||||
// Handles the look direction.
|
||||
if (MidnightControlsConfig.cameraMode == CameraMode.FLAT) handleFlatLook(storage);
|
||||
else handleAdaptiveLook(storage);
|
||||
|
||||
MidnightControlsCompat.handleCamera(this.targetYaw, this.targetPitch);
|
||||
}
|
||||
private void handleFlatLook(AxisStorage storage) {
|
||||
if (storage.polarity != AxisStorage.Polarity.ZERO) {
|
||||
|
||||
Reference in New Issue
Block a user