Increased the background blur slightly when a menu is open

This commit is contained in:
Leon Styhre 2025-02-09 18:11:49 +01:00
parent a2dd8d5c5f
commit e8e69dc3df

View file

@ -532,7 +532,7 @@ void Window::render()
// We run two passes to make the blur smoother.
backgroundParameters.blurPasses = 2;
backgroundParameters.blurStrength = 1.35f;
backgroundParameters.blurStrength = 1.75f;
// Also dim the background slightly.
if (Settings::getInstance()->getString("MenuColorScheme") == "light")