From 4fd84369110f708a802320363f6694aa278ffd21 Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Sun, 31 Jul 2022 13:24:01 -0500 Subject: [PATCH] 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 --- Engine/source/T3D/fx/splash.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Engine/source/T3D/fx/splash.cpp b/Engine/source/T3D/fx/splash.cpp index 7cc835c93..509dd8923 100644 --- a/Engine/source/T3D/fx/splash.cpp +++ b/Engine/source/T3D/fx/splash.cpp @@ -481,6 +481,7 @@ void Splash::processTick(const Move*) if( mCurrMS >= mEndingMS ) { mDead = true; + deleteObject(); } } }