diff --git a/Assets/Scripts/Fsr2Controller.cs b/Assets/Scripts/Fsr2Controller.cs index 04f98da..6c8cfdd 100644 --- a/Assets/Scripts/Fsr2Controller.cs +++ b/Assets/Scripts/Fsr2Controller.cs @@ -18,7 +18,7 @@ namespace FidelityFX public bool performSharpenPass = true; [Range(0, 1)] public float sharpness = 0.8f; - public bool enableAutoExposure = false; + public bool enableAutoExposure = true; [Tooltip("Allow the use of half precision compute operations, potentially improving performance")] public bool enableFP16 = false;