diff --git a/Source/Engine/Particles/Particles.cpp b/Source/Engine/Particles/Particles.cpp index 03da3e324..951b657b2 100644 --- a/Source/Engine/Particles/Particles.cpp +++ b/Source/Engine/Particles/Particles.cpp @@ -1272,7 +1272,7 @@ void Particles::DrawParticles(RenderContextBatch& renderContextBatch, ParticleEf !material->IsReady() || material->GetInfo().Domain != MaterialDomain::VolumeParticle || (renderContextBatch.GetMainContext().View.Flags & ViewFlags::Fog) == ViewFlags::None || - drawMainView + !drawMainView ) break; renderModulesIndices |= 1u << moduleIndex;