See CParticleEffectBinding::CParticleEffectBinding()
At least on Windows, SetParticleCullRadius( 0.0f ) does not work because m_flParticleCullRadius is initialized to nan by default and checking if it's not equal to 0.0f returns false, making it not initialize the value
This causes crashes down the frame later