mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 17:00:01 +00:00
little hack to make new postfx not crash
This commit is contained in:
parent
904746054c
commit
5a74495d7b
|
@ -5375,6 +5375,10 @@ CMenuManager::SwitchMenuOnAndOff()
|
||||||
Initialise();
|
Initialise();
|
||||||
LoadAllTextures();
|
LoadAllTextures();
|
||||||
} else {
|
} else {
|
||||||
|
#ifdef EXTENDED_COLOURFILTER
|
||||||
|
// we always expect CPostFX to be open
|
||||||
|
CMBlur::BlurOn = true;
|
||||||
|
#endif
|
||||||
if (CMBlur::BlurOn)
|
if (CMBlur::BlurOn)
|
||||||
CMBlur::MotionBlurOpen(Scene.camera);
|
CMBlur::MotionBlurOpen(Scene.camera);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue