fixed windows builds 2
This commit is contained in:
@@ -54,7 +54,8 @@ void IServer::Think( float fDelta )
|
||||
/* tickrate */
|
||||
while(g_fAccumulator>=fTickrate)
|
||||
{
|
||||
IInput::Frame();
|
||||
if (INetworking::IsClient())
|
||||
IInput::Frame();
|
||||
Console()->Execute();
|
||||
g_fAccumulator-=fTickrate;
|
||||
for (auto &entity: EntityManager()->m_entities)
|
||||
|
||||
Reference in New Issue
Block a user