This commit is contained in:
2025-05-26 17:44:50 +03:00
parent 7f054e2904
commit 60fa98e240
24 changed files with 756 additions and 111 deletions

View File

@@ -70,7 +70,6 @@ void ILevel::LoadLevel( const char *szLevelName )
continue;
}
pBrush->m_mesh = CUtlVector<Triangle_t>(0);
V_printf("%i\n",pBrush->m_mesh.GetSize());
for ( uint32_t j = 0; j<pEntityHeader->nTriangles; j++ )
{
Triangle_t triangle = {};