Revert m_alphaEntityList capacity

This commit is contained in:
Sergeanur 2019-10-26 22:48:54 +03:00
parent af8ffaeeae
commit c3c6c51003
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ CVisibilityPlugins::Initialise(void)
m_alphaList.Init(20);
m_alphaList.head.item.sort = 0.0f;
m_alphaList.tail.item.sort = 100000000.0f;
m_alphaEntityList.Init(150);
m_alphaEntityList.Init(350); // TODO: set back to 150 when things are fixed
m_alphaEntityList.head.item.sort = 0.0f;
m_alphaEntityList.tail.item.sort = 100000000.0f;
}