mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 09:49:02 +00:00
increase screen droplet splash dist
This commit is contained in:
parent
3a0d99d24c
commit
716e322246
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ void
|
||||||
ScreenDroplets::RegisterSplash(CParticleObject *pobj)
|
ScreenDroplets::RegisterSplash(CParticleObject *pobj)
|
||||||
{
|
{
|
||||||
CVector dist = pobj->GetPosition() - ms_prevCamPos;
|
CVector dist = pobj->GetPosition() - ms_prevCamPos;
|
||||||
if(dist.MagnitudeSqr() < 20.0f){
|
if(dist.MagnitudeSqr() < 50.0f){ // 20 originally
|
||||||
ms_splashDuration = 14;
|
ms_splashDuration = 14;
|
||||||
ms_splashObject = pobj;
|
ms_splashObject = pobj;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue