fixed building on windows (clangd is moron)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user