mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Increased the background blur slightly when a menu is open
This commit is contained in:
parent
a2dd8d5c5f
commit
e8e69dc3df
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue