|
@@ -1168,9 +1168,7 @@ void Precipitation::destroySplash(Raindrop *drop)
|
|
PROFILE_START(PrecipDestroySplash);
|
|
PROFILE_START(PrecipDestroySplash);
|
|
if (drop == mSplashHead)
|
|
if (drop == mSplashHead)
|
|
{
|
|
{
|
|
- mSplashHead = NULL;
|
|
|
|
- PROFILE_END();
|
|
|
|
- return;
|
|
|
|
|
|
+ mSplashHead = mSplashHead->nextSplashDrop;
|
|
}
|
|
}
|
|
|
|
|
|
if (drop->nextSplashDrop)
|
|
if (drop->nextSplashDrop)
|