Fix PostFx settings in Graphics Settings to be only used when checked as override

This commit is contained in:
Wojtek Figat
2023-11-19 22:10:11 +01:00
parent 9aa4421bfd
commit 201a1f0264

View File

@@ -67,7 +67,8 @@ void GraphicsSettings::Apply()
Graphics::AllowCSMBlending = AllowCSMBlending;
Graphics::GlobalSDFQuality = GlobalSDFQuality;
Graphics::GIQuality = GIQuality;
Graphics::PostProcessSettings = PostProcessSettings;
Graphics::PostProcessSettings = ::PostProcessSettings();
Graphics::PostProcessSettings.BlendWith(PostProcessSettings, 1.0f);
}
void Graphics::DisposeDevice()