diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-02-16 18:32:43 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-02-16 18:32:43 +0100 |
commit | 0f46c8904d38dc154ca5483b32a54c8540d8ae90 (patch) | |
tree | c71df2e3d94e5638a28a047e6ff3cd9f903c0d44 /src/render | |
parent | Merge remote-tracking branch 'origin/miami' into lcs (diff) | |
download | re3-0f46c8904d38dc154ca5483b32a54c8540d8ae90.tar re3-0f46c8904d38dc154ca5483b32a54c8540d8ae90.tar.gz re3-0f46c8904d38dc154ca5483b32a54c8540d8ae90.tar.bz2 re3-0f46c8904d38dc154ca5483b32a54c8540d8ae90.tar.lz re3-0f46c8904d38dc154ca5483b32a54c8540d8ae90.tar.xz re3-0f46c8904d38dc154ca5483b32a54c8540d8ae90.tar.zst re3-0f46c8904d38dc154ca5483b32a54c8540d8ae90.zip |
Diffstat (limited to 'src/render')
-rw-r--r-- | src/render/ParticleMgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/ParticleMgr.cpp b/src/render/ParticleMgr.cpp index 263c4ae1..04f42c82 100644 --- a/src/render/ParticleMgr.cpp +++ b/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() { |