Browse Source

Merge pull request #836 from Azaezel/alpha40/dripdrop

targeted fix for #45
Brian Roberts 3 years ago
parent
commit
63f7045fd8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Engine/source/T3D/fx/splash.cpp

+ 1 - 0
Engine/source/T3D/fx/splash.cpp

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