fixed building on windows (clangd is moron)

This commit is contained in:
2025-07-20 15:33:36 +03:00
parent 7082f28fb1
commit 36b23e4ab4
7 changed files with 38 additions and 24 deletions

View File

@@ -55,7 +55,7 @@ void IServer::Think( float fDelta )
while(g_fAccumulator>=fTickrate)
{
if (INetworking::IsClient())
IInput::Frame();
Input()->Frame();
Console()->Execute();
g_fAccumulator-=fTickrate;
for (auto &entity: EntityManager()->m_entities)