Merge pull request #836 from Azaezel/alpha40/dripdrop

targeted fix for #45
This commit is contained in:
Brian Roberts 2022-07-31 14:59:54 -05:00 committed by GitHub
commit 63f7045fd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -481,6 +481,7 @@ void Splash::processTick(const Move*)
if( mCurrMS >= mEndingMS )
{
mDead = true;
deleteObject();
}
}
}