From 0f46c8904d38dc154ca5483b32a54c8540d8ae90 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Tue, 16 Feb 2021 19:32:43 +0200 Subject: [PATCH] Fix --- src/render/ParticleMgr.cpp | 4 ++-- 1 file 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() {