1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 03:17:36 +00:00

little hack to make new postfx not crash

This commit is contained in:
aap 2020-12-27 16:09:01 +01:00
parent 904746054c
commit 5a74495d7b

View file

@ -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