diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp index 92f98b0d..fd7475ef 100644 --- a/src/core/Frontend.cpp +++ b/src/core/Frontend.cpp @@ -5375,6 +5375,10 @@ CMenuManager::SwitchMenuOnAndOff() Initialise(); LoadAllTextures(); } else { +#ifdef EXTENDED_COLOURFILTER + // we always expect CPostFX to be open + CMBlur::BlurOn = true; +#endif if (CMBlur::BlurOn) CMBlur::MotionBlurOpen(Scene.camera); else