Fixes
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user