mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
prelim refactor
This commit is contained in:
parent
36581246cd
commit
da9b9ed787
4 changed files with 27 additions and 33 deletions
|
|
@ -277,7 +277,8 @@ SFXSource::SFXSource( SFXTrack* track, SFXDescription* description )
|
|||
|
||||
if( mTrack != NULL )
|
||||
deleteNotify( mTrack );
|
||||
deleteNotify( mDescription );
|
||||
if (mDescription != NULL)
|
||||
deleteNotify( mDescription );
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue