mirror of
https://github.com/GTAmodding/re3.git
synced 2025-01-17 21:16:34 +00:00
Fix
This commit is contained in:
parent
21278356ec
commit
0f46c8904d
1 changed files with 2 additions and 2 deletions
|
@ -17,12 +17,12 @@ cParticleSystemMgr::cParticleSystemMgr()
|
|||
#endif
|
||||
}
|
||||
|
||||
#ifdef FIX_BUGS
|
||||
cParticleSystemMgr::~cParticleSystemMgr()
|
||||
{
|
||||
#ifdef FIX_BUGS
|
||||
delete [] m_aParticles;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
void cParticleSystemMgr::Initialise()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue