Remove one particle component

This commit is contained in:
Jupeyy 2020-10-23 14:57:20 +02:00
parent 6332f90852
commit be23e92671

View file

@ -177,7 +177,6 @@ void CGameClient::OnConsoleInit()
m_All.Add(m_pCountryFlags);
m_All.Add(m_pMapimages);
m_All.Add(m_pEffects); // doesn't render anything, just updates effects
m_All.Add(m_pParticles);
m_All.Add(m_pBinds);
m_All.Add(&m_pBinds->m_SpecialBinds);
m_All.Add(m_pControls);