added mesh rendering

This commit is contained in:
2025-05-28 14:36:57 +03:00
parent 60fa98e240
commit b83078553e
53 changed files with 1436 additions and 363 deletions

View File

@@ -17,6 +17,7 @@ void CWorldSpawn::Precache()
void CWorldSpawn::Spawn()
{
V_printf("Cool\n");
CBrushEntity::Spawn();
};