summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-02-16 18:32:43 +0100
committerSergeanur <s.anureev@yandex.ua>2021-02-16 18:32:43 +0100
commit0f46c8904d38dc154ca5483b32a54c8540d8ae90 (patch)
treec71df2e3d94e5638a28a047e6ff3cd9f903c0d44
parentMerge remote-tracking branch 'origin/miami' into lcs (diff)
downloadre3-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
-rw-r--r--src/render/ParticleMgr.cpp4
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()
{