mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 14:44:11 +00:00
fixes
This commit is contained in:
parent
f6663b01bc
commit
89fd7759a3
2 changed files with 4 additions and 4 deletions
|
@ -242,9 +242,9 @@ CCutsceneShadow::GetShadowCamera(int32 camType)
|
|||
{
|
||||
switch ( camType )
|
||||
{
|
||||
case RESAMPLE: return &m_ResampleCamera; break;
|
||||
case BLUR: return &m_BlurCamera; break;
|
||||
case GRADIENT: return &m_GradientCamera; break;
|
||||
case RESAMPLE: return &m_ResampleCamera;
|
||||
case BLUR: return &m_BlurCamera;
|
||||
case GRADIENT: return &m_GradientCamera;
|
||||
}
|
||||
|
||||
return &m_Camera;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue