Re-enable camera movement API

This commit is contained in:
Martin Prokoph
2024-07-22 13:35:03 +02:00
parent 044bbfe9ed
commit 540920009f
2 changed files with 3 additions and 3 deletions

View File

@@ -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) {