File tree 2 files changed +6
-0
lines changed
Generals/Code/GameEngineDevice/Source/W3DDevice/GameClient/Drawable/Draw
GeneralsMD/Code/GameEngineDevice/Source/W3DDevice/GameClient/Drawable/Draw
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,9 @@ void W3DTankDraw::createEmitters( void )
163
163
// -------------------------------------------------------------------------------------------------
164
164
W3DTankDraw::~W3DTankDraw ()
165
165
{
166
+ // TheSuperHackers @fix Mauller 16/04/2025 Delete particle systems
167
+ tossEmitters ();
168
+
166
169
for (Int i=0 ; i<MAX_TREADS_PER_TANK; i++)
167
170
if (m_treads[i].m_robj )
168
171
REF_PTR_RELEASE (m_treads[i].m_robj );
Original file line number Diff line number Diff line change @@ -163,6 +163,9 @@ void W3DTankDraw::createEmitters( void )
163
163
// -------------------------------------------------------------------------------------------------
164
164
W3DTankDraw::~W3DTankDraw ()
165
165
{
166
+ // TheSuperHackers @fix Mauller 16/04/2025 Delete particle systems
167
+ tossEmitters ();
168
+
166
169
for (Int i=0 ; i<MAX_TREADS_PER_TANK; i++)
167
170
if (m_treads[i].m_robj )
168
171
REF_PTR_RELEASE (m_treads[i].m_robj );
You can’t perform that action at this time.
0 commit comments