Allow independent X and Y sensitivity for free camera (#1431)

Co-authored-by: Luke Street <luke@street.dev>
This commit is contained in:
Jairinho
2026-05-28 01:53:14 -04:00
committed by GitHub
parent c10e41f02e
commit 6592d95199
4 changed files with 13 additions and 7 deletions
+2 -1
View File
@@ -204,7 +204,8 @@ struct UserSettings {
ConfigVar<bool> invertFirstPersonYAxis;
ConfigVar<bool> invertAirSwimX;
ConfigVar<bool> invertAirSwimY;
ConfigVar<float> freeCameraSensitivity;
ConfigVar<float> freeCameraXSensitivity;
ConfigVar<float> freeCameraYSensitivity;
ConfigVar<bool> debugFlyCam;
ConfigVar<bool> debugFlyCamLockEvents;
ConfigVar<bool> allowBackgroundInput;