mirror of
https://github.com/halpz/re3.git
synced 2025-07-25 21:42:52 +00:00
fix RenderExtraPlayerShadows
This commit is contained in:
@ -1642,7 +1642,7 @@ CShadows::RenderExtraPlayerShadows(void)
|
|||||||
|
|
||||||
int32 nColorStrength;
|
int32 nColorStrength;
|
||||||
if ( fLightDist < fRadius*0.5f )
|
if ( fLightDist < fRadius*0.5f )
|
||||||
nColorStrength = CTimeCycle::GetLightShadowStrength();
|
nColorStrength = (5*CTimeCycle::GetLightShadowStrength()/8);
|
||||||
else
|
else
|
||||||
nColorStrength = int32(CTimeCycle::GetLightShadowStrength() * fMult);
|
nColorStrength = int32(CTimeCycle::GetLightShadowStrength() * fMult);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user