We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b15e43 + 93bec9d commit a72779aCopy full SHA for a72779a
mp/src/game/client/particlemgr.cpp
@@ -146,6 +146,8 @@ CParticleEffectBinding::CParticleEffectBinding()
146
m_LastMin = m_Min;
147
m_LastMax = m_Max;
148
149
+ m_flParticleCullRadius = 0.0f;
150
+
151
SetParticleCullRadius( 0.0f );
152
m_nActiveParticles = 0;
153
sp/src/game/client/particlemgr.cpp
0 commit comments