mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 10:45:53 +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();
|
||||
LoadAllTextures();
|
||||
} else {
|
||||
#ifdef EXTENDED_COLOURFILTER
|
||||
// we always expect CPostFX to be open
|
||||
CMBlur::BlurOn = true;
|
||||
#endif
|
||||
if (CMBlur::BlurOn)
|
||||
CMBlur::MotionBlurOpen(Scene.camera);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue