Add GI probes spacing setting

This commit is contained in:
Wojciech Figat
2022-06-20 10:09:09 +02:00
parent 3238861f64
commit 9cbaeb21f5
6 changed files with 13 additions and 11 deletions

View File

@@ -15,6 +15,5 @@ void GraphicsSettings::Apply()
Graphics::AllowCSMBlending = AllowCSMBlending;
Graphics::GlobalSDFQuality = GlobalSDFQuality;
Graphics::GIQuality = GIQuality;
Graphics::GlobalSurfaceAtlasResolution = GlobalSurfaceAtlasResolution;
Graphics::PostProcessSettings = PostProcessSettings;
}