mirror of
https://github.com/halpz/re3.git
synced 2024-12-24 17:55:29 +00:00
typo fix
This commit is contained in:
parent
49ce64d6ac
commit
86284ee7f9
|
@ -84,7 +84,7 @@ void CGame::Process(void)
|
|||
CPad::UpdatePads();
|
||||
TheCamera.SetMotionBlurAlpha(0);
|
||||
if (TheCamera.m_BlurType == MBLUR_NONE || TheCamera.m_BlurType == MBLUR_SNIPER || TheCamera.m_BlurType == MBLUR_NORMAL)
|
||||
TheCamera.SetMotionBlur(0, 0, 0, 0, 0);
|
||||
TheCamera.SetMotionBlur(0, 0, 0, 0, MBLUR_NONE);
|
||||
CCutsceneMgr::Update();
|
||||
if (!CCutsceneMgr::IsCutsceneProcessing() && !CTimer::GetIsCodePaused())
|
||||
FrontEndMenuManager.Process();
|
||||
|
|
Loading…
Reference in a new issue