diff options
-rw-r--r-- | src/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index c8755b499..2efbac659 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -385,6 +385,7 @@ void Client::gameInit() "Exiting.", mLocalDataDir.c_str())); } + Image::setBlur(config.getBoolValue("blur")); #if defined USE_OPENGL Image::SDLSetEnableAlphaCache(config.getBoolValue("alphaCache") && !config.getIntValue("opengl")); |