diff --git a/Source/Engine/Particles/ParticleEffect.cpp b/Source/Engine/Particles/ParticleEffect.cpp index 6c584d513..ab3066372 100644 --- a/Source/Engine/Particles/ParticleEffect.cpp +++ b/Source/Engine/Particles/ParticleEffect.cpp @@ -371,7 +371,7 @@ void ParticleEffect::Sync() SceneRenderTask* ParticleEffect::GetRenderTask() const { - const uint64 minFrame = Engine::UpdateCount - 2; + const uint64 minFrame = Engine::FrameCount - 2; // Custom task const auto customViewRenderTask = CustomViewRenderTask.Get();