Skip to content

Commit

Permalink
Update particlemgr.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
celisej567 committed Jan 9, 2025
1 parent 5eab8bc commit 22c3366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game/client/particlemgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ CParticleEffectBinding::CParticleEffectBinding()

m_LastMin = m_Min;
m_LastMax = m_Max;

m_flParticleCullRadius = 0.0f;

SetParticleCullRadius( 0.0f );
m_nActiveParticles = 0;
Expand Down

0 comments on commit 22c3366

Please sign in to comment.