This commit is contained in:
2026-06-24 16:56:00 +02:00
parent dd71bc90f6
commit 646eadabf6
2 changed files with 4 additions and 2 deletions
Binary file not shown.
+2
View File
@@ -175,7 +175,9 @@ void Particles::OnEffectDestroy(ParticleEffect* effect)
{
UpdateList.Remove(effect);
#if COMPILE_WITH_GPU_PARTICLES
GpuUpdateListLocker.Lock();
GpuUpdateList.Remove(effect);
GpuUpdateListLocker.Unlock();
#endif
}