Fix PostFx settings in Graphics Settings to be only used when checked as override
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user