added main menus, improved shading

This commit is contained in:
2025-07-18 20:37:52 +03:00
parent dddf1b5881
commit 070c3ff309
45 changed files with 859 additions and 271 deletions

View File

@@ -60,7 +60,7 @@ void IServer::Think( float fDelta )
for (auto &entity: g_entities)
{
entity->Think(fTickrate);
entity->Sync(0, 0);
entity->SendToServer();
}
px_frame(px, fTickrate);
INetworking::Frame();