mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-27 03:24:15 +01:00
fixes
This commit is contained in:
parent
f6663b01bc
commit
89fd7759a3
@ -242,9 +242,9 @@ CCutsceneShadow::GetShadowCamera(int32 camType)
|
|||||||
{
|
{
|
||||||
switch ( camType )
|
switch ( camType )
|
||||||
{
|
{
|
||||||
case RESAMPLE: return &m_ResampleCamera; break;
|
case RESAMPLE: return &m_ResampleCamera;
|
||||||
case BLUR: return &m_BlurCamera; break;
|
case BLUR: return &m_BlurCamera;
|
||||||
case GRADIENT: return &m_GradientCamera; break;
|
case GRADIENT: return &m_GradientCamera;
|
||||||
}
|
}
|
||||||
|
|
||||||
return &m_Camera;
|
return &m_Camera;
|
||||||
|
@ -534,7 +534,7 @@ CShadows::StoreShadowForVehicle(CVehicle *pCar, VEH_SHD_TYPE type)
|
|||||||
}
|
}
|
||||||
else if ( pCar->GetModelIndex() == MI_ANGEL )
|
else if ( pCar->GetModelIndex() == MI_ANGEL )
|
||||||
{
|
{
|
||||||
fVehicleHeight = fVehicleHeight * 1.5;
|
fVehicleHeight = fVehicleHeight * 1.5f;
|
||||||
size = 0.03f;
|
size = 0.03f;
|
||||||
}
|
}
|
||||||
else if ( pCar->GetModelIndex() == MI_SEASPAR )
|
else if ( pCar->GetModelIndex() == MI_SEASPAR )
|
||||||
|
Loading…
Reference in New Issue
Block a user