mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 09:39:16 +01:00
increase screen droplet splash dist
This commit is contained in:
parent
55af046c92
commit
3fffcb47d9
@ -391,7 +391,7 @@ void
|
||||
ScreenDroplets::RegisterSplash(CParticleObject *pobj)
|
||||
{
|
||||
CVector dist = pobj->GetPosition() - ms_prevCamPos;
|
||||
if(dist.MagnitudeSqr() < 20.0f){
|
||||
if(dist.MagnitudeSqr() < 50.0f){ // 20 originally
|
||||
ms_splashDuration = 14;
|
||||
ms_splashObject = pobj;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user