Explorar o código

Merge pull request #836 from Azaezel/alpha40/dripdrop

targeted fix for #45
Brian Roberts %!s(int64=3) %!d(string=hai) anos
pai
achega
63f7045fd8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
       }
    }
 }