mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 04:54:09 +00:00
implemented most of timecycle and mblur
This commit is contained in:
parent
68d3ea9c42
commit
31f9bb566b
7 changed files with 272 additions and 76 deletions
|
@ -3182,14 +3182,12 @@ CCamera::GetScreenFadeStatus(void)
|
|||
void
|
||||
CCamera::RenderMotionBlur(void)
|
||||
{
|
||||
#ifndef MIAMI // temporary
|
||||
if(m_BlurType == 0)
|
||||
return;
|
||||
|
||||
CMBlur::MotionBlurRender(m_pRwCamera,
|
||||
m_BlurRed, m_BlurGreen, m_BlurBlue,
|
||||
m_motionBlur, m_BlurType, m_imotionBlurAddAlpha);
|
||||
#endif
|
||||
m_motionBlur, m_BlurType);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue