This commit is contained in:
Sergeanur 2021-02-16 19:32:43 +02:00
parent 21278356ec
commit 0f46c8904d
1 changed files with 2 additions and 2 deletions

View File

@ -17,12 +17,12 @@ cParticleSystemMgr::cParticleSystemMgr()
#endif #endif
} }
#ifdef FIX_BUGS
cParticleSystemMgr::~cParticleSystemMgr() cParticleSystemMgr::~cParticleSystemMgr()
{ {
#ifdef FIX_BUGS
delete [] m_aParticles; delete [] m_aParticles;
#endif
} }
#endif
void cParticleSystemMgr::Initialise() void cParticleSystemMgr::Initialise()
{ {