WIP Timestamps

This commit is contained in:
Jocke
2016-02-17 17:07:17 +01:00
parent 4432891437
commit d1832c1741
8 changed files with 82 additions and 36 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Network::Network(World* world, EventBroker* eventBroker)
m_TimeoutMs = config->Get<int>("Networking.TimeoutMs", 20000);
}
void Network::Update()
void Network::Update(double dt)
{
updateNetworkData();
}