1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-11-06 01:35:54 +00:00
This commit is contained in:
Sergeanur 2021-02-16 19:32:43 +02:00
parent 21278356ec
commit 0f46c8904d

View file

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