Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Fix
  • Loading branch information
Sergeanur committed Feb 16, 2021
1 parent 2127835 commit 0f46c8904d38dc154ca5483b32a54c8540d8ae90
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/render/ParticleMgr.cpp
@@ -17,12 +17,12 @@ cParticleSystemMgr::cParticleSystemMgr()
#endif
}

#ifdef FIX_BUGS
cParticleSystemMgr::~cParticleSystemMgr()
{
#ifdef FIX_BUGS
delete [] m_aParticles;
#endif
}
#endif

void cParticleSystemMgr::Initialise()
{

0 comments on commit 0f46c89

Please sign in to comment.