Merge branch 'master' of https://github.com/whocares77/FlaxEngine into whocares77-master

This commit is contained in:
Wojciech Figat
2022-07-14 14:49:04 +02:00
7 changed files with 66 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ void GraphicsSettings::Apply()
Graphics::ShadowsQuality = ShadowsQuality;
Graphics::ShadowMapsQuality = ShadowMapsQuality;
Graphics::AllowCSMBlending = AllowCSMBlending;
Graphics::DefaultProbeResolution = (int32)DefaultProbeResolution;
Graphics::GlobalSDFQuality = GlobalSDFQuality;
Graphics::GIQuality = GIQuality;
Graphics::PostProcessSettings = PostProcessSettings;