Browse Source

targeted fix for #45
as there was no consensus on conversion to explosions from the RFA, holding https://github.com/Azaezel/Torque3D-1/commit/7a88b2d489554729f08715d36fcf50c09e40f200 on back untill we adress that in the ECS pass with 4.1

AzaezelX 3 years ago
parent
commit
4fd8436911
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();
       }
    }
 }